Skip to content

Commit fb1b309

Browse files
authored
Merge pull request #262 from gotcha/patch-1
Update versions metadata
2 parents 86a994e + 787bc50 commit fb1b309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"Topic :: Internet :: WWW/HTTP :: WSGI :: Server",
4040
"Programming Language :: Python :: 3",
4141
"Programming Language :: Python :: 3 :: Only",
42-
"Programming Language :: Python :: 3.7",
43-
"Programming Language :: Python :: 3.8",
4442
"Programming Language :: Python :: 3.9",
4543
"Programming Language :: Python :: 3.10",
44+
"Programming Language :: Python :: 3.11",
45+
"Programming Language :: Python :: 3.12",
4646
],
4747
keywords='wsgi test unit tests web',
4848
author='Ian Bicking',
@@ -59,7 +59,7 @@
5959
]),
6060
include_package_data=True,
6161
zip_safe=False,
62-
python_requires='>=3.7',
62+
python_requires='>=3.9',
6363
install_requires=install_requires,
6464
tests_require=tests_require,
6565
extras_require={

0 commit comments

Comments
 (0)