Skip to content

Commit

Permalink
Drop py34 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Jul 15, 2019
1 parent 4a04b5c commit 06b84ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -16,9 +16,6 @@ matrix:
- python: 2.7
env:
- "TOXENV=py27"
- python: 3.4
env:
- "TOXENV=py34"
- python: 3.5
env:
- "TOXENV=py35"
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
Expand Up @@ -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)
^^^^^^^^^^^^^^^^^^^

Expand Down
5 changes: 1 addition & 4 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, lint
envlist = py27, py35, py36, lint

[testenv]
commands =
Expand All @@ -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

Expand Down

0 comments on commit 06b84ce

Please sign in to comment.