diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2018-08-26 13:50:12 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-08-26 13:53:37 -0400 |
| commit | fb9f4c4d44947d29ac87f4f87b5cb2d21fa18386 (patch) | |
| tree | 7ba8f25d73093320f97cbeb0c768b611e656518d /doc | |
| parent | c6427fe14090d2d06a4d7c4c398be1f6e6a771f1 (diff) | |
| download | sqlalchemy-fb9f4c4d44947d29ac87f4f87b5cb2d21fa18386.tar.gz | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/intro.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/build/intro.rst b/doc/build/intro.rst index bc2e43f54..7cce2fd82 100644 --- a/doc/build/intro.rst +++ b/doc/build/intro.rst @@ -70,13 +70,16 @@ Supported Platforms SQLAlchemy has been tested against the following platforms: -* cPython since version 2.7, through the 2.xx series -* cPython version 3, throughout all 3.xx series +* cPython 2.7 +* cPython 3.4 and higher * `Pypy <http://pypy.org/>`_ 2.1 or greater .. versionchanged:: 1.2 Python 2.7 is now the minimum Python version supported. +.. versionchanged:: 1.3 + Within the Python 3 series, 3.4 is now the minimum Python 3 version supported. + Platforms that don't currently have support include Jython and IronPython. Jython has been supported in the past and may be supported in future releases as well, depending on the state of Jython itself. |
