diff --git a/setup.py b/setup.py index ebec68f6853203c67cf4e055b3a649e47cf6c988..e6c81646013a328f9dffa79abe4c0d5a1dd8fdad 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup, find_packages README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() -python_requirements = ">=3.8,<3.12" +python_requirements = ">=3.8,<3.13" install_requirements = [ 'cryptography>=42.0,<42.1', @@ -92,6 +92,7 @@ setup( 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Site Management', 'Topic :: Security',