We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86a994e + 787bc50 commit fb1b309Copy full SHA for fb1b309
setup.py
@@ -39,10 +39,10 @@
39
"Topic :: Internet :: WWW/HTTP :: WSGI :: Server",
40
"Programming Language :: Python :: 3",
41
"Programming Language :: Python :: 3 :: Only",
42
- "Programming Language :: Python :: 3.7",
43
- "Programming Language :: Python :: 3.8",
44
"Programming Language :: Python :: 3.9",
45
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
46
],
47
keywords='wsgi test unit tests web',
48
author='Ian Bicking',
@@ -59,7 +59,7 @@
59
]),
60
include_package_data=True,
61
zip_safe=False,
62
- python_requires='>=3.7',
+ python_requires='>=3.9',
63
install_requires=install_requires,
64
tests_require=tests_require,
65
extras_require={
0 commit comments