summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2020-10-08 21:01:19 +0200
committerFederico Caselli <cfederico87@gmail.com>2020-10-08 21:32:09 +0200
commit9b3812a0c646ee14a6f102e6dc87298d5c255cec (patch)
treefa4a9e535b728f803dcce1d7700536c015abd850 /setup.cfg
parentbcc17b1d6e2cac3b0e45c0b17a62cf2d5fc5c5ab (diff)
downloadsqlalchemy-9b3812a0c646ee14a6f102e6dc87298d5c255cec.tar.gz
Drop python 3.5 support
Fixes: #5634 Change-Id: Ie8d4076ee35234b535a04e6fb9321096df3f648b
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index cb8e6930e..c8767d310 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,7 +21,6 @@ classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
@@ -34,7 +33,7 @@ project_urls =
[options]
packages = find:
-python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
+python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
package_dir =
=lib
install_requires =