Skip to content

Commit

Permalink
Drop EOL Python 3.7 and 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Oct 30, 2024
1 parent 79341e1 commit 3729209
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"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",
Expand All @@ -27,7 +25,7 @@
description="werkzeug + twisted.web",
long_description=long_description,
long_description_content_type="text/x-rst",
python_requires=">=3.7",
python_requires=">=3.9",
setup_requires=["incremental"],
use_incremental=True,
install_requires=[
Expand Down

0 comments on commit 3729209

Please sign in to comment.