diff --git a/.travis.yml b/.travis.yml index 71805d93..871f6f94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,6 @@ matrix: - python: 2.7 env: - "TOXENV=py27" - - python: 3.4 - env: - - "TOXENV=py34" - python: 3.5 env: - "TOXENV=py35" diff --git a/CHANGES.rst b/CHANGES.rst index 9136d416..6dc59469 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,13 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. +0.34.1 (2019-07-15) +^^^^^^^^^^^^^^^^^^^ + +- Remove deprecation warnings (#379, pull request courtesy of Le-Stagiaire) +- Drop py34 support + + 0.34.0 (2019-06-09) ^^^^^^^^^^^^^^^^^^^ diff --git a/tox.ini b/tox.ini index 569e962f..c9cd18f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py35, py36, lint +envlist = py27, py35, py36, lint [testenv] commands = @@ -11,9 +11,6 @@ passenv = SQLALCHEMY_UTILS_TEST_DB SQLALCHEMY_UTILS_TEST_POSTGRESQL_USER SQLALCH [testenv:py27] recreate = True -[testenv:py34] -recreate = True - [testenv:py35] recreate = True