diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-03-30 01:47:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-03-30 01:47:50 +0000 |
| commit | 7b42cb5669578cec014ece650ce3d2c6051400f0 (patch) | |
| tree | ba9ece94eef906857d02309243b9f820e6eab03c /setup.py | |
| parent | 8e857e3f6beecf7510f741428d8d0ba24f5cb71b (diff) | |
| parent | 4bd4b483e07bd81dd2417aa2a3e737fedb7ee5b4 (diff) | |
| download | sqlalchemy-7b42cb5669578cec014ece650ce3d2c6051400f0.tar.gz | |
Merge "Remove support for python 3.4"
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -157,7 +157,7 @@ def run_setup(with_cext): license="MIT", cmdclass=cmdclass, long_description=readme, - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", + python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", @@ -166,7 +166,6 @@ def run_setup(with_cext): "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", |
