Skip to content

Commit 5ead723

Browse files
committed
Remove project metadata indicating support for Python 3.5
This officially drops Python 3.5 support from the project.
1 parent f07ca3e commit 5ead723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run(self):
3838
long_description=read("README.rst"),
3939
url="https://github.com/pytest-dev/pytest-localserver",
4040
packages=["pytest_localserver"],
41-
python_requires=">=3.5",
41+
python_requires=">=3.6",
4242
install_requires=["werkzeug>=0.10"],
4343
extras_require={
4444
"smtp": [
@@ -59,7 +59,6 @@ def run(self):
5959
"License :: OSI Approved :: MIT License",
6060
"Programming Language :: Python :: 3",
6161
"Programming Language :: Python :: 3 :: Only",
62-
"Programming Language :: Python :: 3.5",
6362
"Programming Language :: Python :: 3.6",
6463
"Programming Language :: Python :: 3.7",
6564
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)