Drop Python 3.5 support

pytest no longer supports it, and our CI is broken because of it.
This commit is contained in:
Bruno Oliveira
2021-04-25 09:26:15 -03:00
parent 3fe2094197
commit 8b35945d54
5 changed files with 9 additions and 41 deletions

View File

@@ -23,7 +23,7 @@ setup(
"pytest11": ["xdist = xdist.plugin", "xdist.looponfail = xdist.looponfail"]
},
zip_safe=False,
python_requires=">=3.5",
python_requires=">=3.6",
install_requires=install_requires,
setup_requires=["setuptools_scm"],
classifiers=[
@@ -40,7 +40,6 @@ setup(
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",