diff --git a/setup.py b/setup.py index 6957462f..32ffe72e 100644 --- a/setup.py +++ b/setup.py @@ -129,10 +129,10 @@ def build_extension(self, ext): ], python_requires="~=3.4", classifiers=[ - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: Apache Software License", "Development Status :: 3 - Alpha", ],