]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Drop Python 2.6 / 3.3 support
authorHugo <hugovk@users.noreply.github.com>
Sat, 9 Jun 2018 14:41:43 +0000 (17:41 +0300)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Jun 2018 22:01:51 +0000 (18:01 -0400)
commit843decd8ea0e7785914ed563ba93590e9fda399b
tree44397c75d0befdde90f02443452e342ef0c3020d
parentb9ef894de9bb2d5bb1198ed2d8350ef6e41bdba1
Drop Python 2.6 / 3.3 support

For Alembic 1.0, Python 2.6 / 3.3 support is being dropped, allowing a
fixed setup.py to be built as well as universal wheels.  Pull request
courtesy Hugo.

Change-Id: Iff9018ea6c5a65b3560f7ca72e0ef233c822ec27
Fixes: #491
alembic/testing/mock.py
alembic/testing/plugin/bootstrap.py
alembic/testing/plugin/noseplugin.py
alembic/testing/plugin/plugin_base.py
alembic/testing/plugin/pytestplugin.py
alembic/util/compat.py
docs/build/front.rst
docs/build/unreleased/491.rst [new file with mode: 0644]
setup.py
tests/test_autogen_fks.py