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.
1 parent f07ca3e commit 5ead723Copy full SHA for 5ead723
setup.py
@@ -38,7 +38,7 @@ def run(self):
38
long_description=read("README.rst"),
39
url="https://github.com/pytest-dev/pytest-localserver",
40
packages=["pytest_localserver"],
41
- python_requires=">=3.5",
+ python_requires=">=3.6",
42
install_requires=["werkzeug>=0.10"],
43
extras_require={
44
"smtp": [
@@ -59,7 +59,6 @@ def run(self):
59
"License :: OSI Approved :: MIT License",
60
"Programming Language :: Python :: 3",
61
"Programming Language :: Python :: 3 :: Only",
62
- "Programming Language :: Python :: 3.5",
63
"Programming Language :: Python :: 3.6",
64
"Programming Language :: Python :: 3.7",
65
"Programming Language :: Python :: 3.8",
0 commit comments