summaryrefslogtreecommitdiff
path: root/docs/build/front.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-08-30 13:51:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-08-30 13:55:02 -0400
commitcdad3802baed638b2b1d7ca19bb1be80f213e02d (patch)
tree11b5f0711982f9fd25c360a4f6995ce71a93cdaf /docs/build/front.rst
parent4cdad6aec32b4b5573a2009cc356cb4b144bd359 (diff)
downloadalembic-cdad3802baed638b2b1d7ca19bb1be80f213e02d.tar.gz
Drop python 3.4 support
mysqlclient is no longer working in Python 3.4, and as pip is also emitting warnings for dropped support, in order to maintain CI we need to drop Python 3.4. Also include 3.7, 3.8 in classifiers. Change-Id: I6fb2514934b6133d2a484621a0d7003b424c66f4
Diffstat (limited to 'docs/build/front.rst')
-rw-r--r--docs/build/front.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/build/front.rst b/docs/build/front.rst
index fdc536f..d288472 100644
--- a/docs/build/front.rst
+++ b/docs/build/front.rst
@@ -40,10 +40,12 @@ newer versions such as the 1.1 or 1.2 series.
.. versionchanged:: 1.0.0 Support for SQLAlchemy 0.8 and 0.7.9 was dropped.
-Alembic supports Python versions 2.7, 3.4 and above.
+Alembic supports Python versions 2.7, 3.5 and above.
.. versionchanged:: 1.0.0 Support for Python 2.6 and 3.3 was dropped.
+.. versionchanged:: 1.1.1 Support for Python 3.4 was dropped.
+
Community
=========