Skip to content

Commit

Permalink
Merge pull request #262 from gotcha/patch-1
Browse files Browse the repository at this point in the history
Update versions metadata
  • Loading branch information
gawel authored Jan 16, 2025
2 parents 86a994e + 787bc50 commit fb1b309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"Topic :: Internet :: WWW/HTTP :: WSGI :: Server",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords='wsgi test unit tests web',
author='Ian Bicking',
Expand All @@ -59,7 +59,7 @@
]),
include_package_data=True,
zip_safe=False,
python_requires='>=3.7',
python_requires='>=3.9',
install_requires=install_requires,
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit fb1b309

Please sign in to comment.