]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.
authorCaselIT <cfederico87@gmail.com>
Fri, 16 Oct 2020 19:39:41 +0000 (21:39 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Oct 2020 15:11:04 +0000 (11:11 -0400)
commita9f333021cf0c1c799e15d1b5a087bcea7c65231
treec23b6ffb4a12dd4253b69148a3671ea1ce499830
parent322d8312d21b031b17044565b5e8cfc9ee7be141
Remove support for Python 3.5 and SQLAlchemy older than the 1.3 series.

Fixes: #748
Change-Id: I18df97bdce5de6adb222d3f16486272e95b1b1a6
30 files changed:
README.unittests.rst
alembic/__init__.py
alembic/autogenerate/compare.py
alembic/autogenerate/render.py
alembic/config.py
alembic/ddl/impl.py
alembic/operations/ops.py
alembic/operations/toimpl.py
alembic/script/write_hooks.py
alembic/testing/fixtures.py
alembic/testing/requirements.py
alembic/util/__init__.py
alembic/util/compat.py
alembic/util/messaging.py
alembic/util/pyfiles.py
alembic/util/sqla_compat.py
docs/build/changelog.rst
docs/build/front.rst
docs/build/unreleased/748.rst [new file with mode: 0644]
setup.py
tests/requirements.py
tests/test_autogen_render.py
tests/test_batch.py
tests/test_environment.py
tests/test_mysql.py
tests/test_oracle.py
tests/test_postgresql.py
tests/test_sqlite.py
tests/test_version_traversal.py
tox.ini