summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanos Ioannidis <root@stephanos.io>2024-10-04 12:33:52 +0900
committerStephanos Ioannidis <root@stephanos.io>2024-10-04 17:35:32 +0900
commit83c9aeb6ffa498681b9c71c7186bd8956acc38bf (patch)
treeee2101b8536f4a8d456a8879a40517e22a74841c
parenta88c021d626f64984770e8e18acca0a2ddd9c0fd (diff)
setup.py: Add Python 3.9-3.12 classifiers
This commit adds the classifiers for the Python versions from 3.9 to 3.12 since these versions have been tested to be compatible. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index af5a19f..d940f21 100644
--- a/setup.py
+++ b/setup.py
@@ -90,6 +90,10 @@ setuptools.setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "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",
]