From 4225e7c9ebb193da3d9004f96b7d7c208b0fd5b4 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Wed, 4 Oct 2023 10:14:59 -0500 Subject: [PATCH] pyproject.toml: Add Python 3.12 trove classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 61226085..458ac922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: System :: Hardware :: Hardware Drivers"