summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-30 17:11:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-31 08:38:53 -0400
commita5dbf96442a539dbdb59af56898f0571dc68c3d6 (patch)
tree2bb0bbbbfcf2a3fa1bd39a5cb7676c68893ecfb7 /setup.cfg
parent74de4e985eda49e38ece5805e05197dd4d2d9c8a (diff)
downloadpython-setuptools-git-a5dbf96442a539dbdb59af56898f0571dc68c3d6.tar.gz
Drop support for Python 3.5.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 3 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 66fb8921..8558057f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,7 +34,6 @@ classifiers =
Operating System :: OS Independent
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
@@ -45,7 +44,7 @@ classifiers =
[options]
zip_safe = True
-python_requires = >=3.5
+python_requires = >=3.6
py_modules = easy_install
packages = find:
@@ -62,14 +61,14 @@ certs =
tests =
mock
pytest-flake8
- flake8-2020; python_version>="3.6"
+ flake8-2020
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.7
wheel
coverage>=4.5.1
pytest-cov>=2.5.1
- paver; python_version>="3.6"
+ paver
futures; python_version=="2.7"
pip>=19.1 # For proper file:// URLs support.