From 83c9aeb6ffa498681b9c71c7186bd8956acc38bf Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 4 Oct 2024 12:33:52 +0900 Subject: 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 --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) 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", ] -- cgit v1.2.3