diff --git a/setup.py b/setup.py index 19cafc438c0bc3d159a6deb36ae795f703d1b31f..0eb8cdc57c55b5ed00a809f98f1af1a2a23889ce 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.5,<3.8" +python_requirements = ">=3.5,<3.9" install_requirements = [ 'cryptography>=2.9,<2.10', @@ -96,6 +96,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Site Management', 'Topic :: Security',