diff options
| author | Stephanos Ioannidis <root@stephanos.io> | 2024-10-04 12:33:52 +0900 |
|---|---|---|
| committer | Stephanos Ioannidis <root@stephanos.io> | 2024-10-04 17:35:32 +0900 |
| commit | 83c9aeb6ffa498681b9c71c7186bd8956acc38bf (patch) | |
| tree | ee2101b8536f4a8d456a8879a40517e22a74841c /setup.py | |
| parent | a88c021d626f64984770e8e18acca0a2ddd9c0fd (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>
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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", ] |
