]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add python_requires and update classifiers
authorHugo <hugovk@users.noreply.github.com>
Sun, 26 Aug 2018 17:50:12 +0000 (13:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Aug 2018 17:53:37 +0000 (13:53 -0400)
commitfb9f4c4d44947d29ac87f4f87b5cb2d21fa18386
tree7ba8f25d73093320f97cbeb0c768b611e656518d
parentc6427fe14090d2d06a4d7c4c398be1f6e6a771f1
Add python_requires and update classifiers

- bump minimum Python 3 version to 3.4 in docs
- set up setup.py classifiers to cover 2.7, 3.4, 3.5, 3.6, 3.7 explicitly
- add python_requires

These are also the ones supported by the core Python team.
https://en.wikipedia.org/wiki/CPython#Version_history

Change-Id: I2ffa632c73c39bf38ba9d8b5dcc86d552b61aa68
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/468
doc/build/intro.rst
setup.py