diff --git a/setup.py b/setup.py index caef3f2..ba3c70f 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,11 @@ classifiers=[ 'Programming Language :: Python :: 3', "Programming Language :: Python :: 3 :: Only", + "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", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ], python_requires='>=3.8')