Skip to content

Commit

Permalink
Drop Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 7, 2020
1 parent cff083e commit b5fc77c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ CHANGES

- Nothing changed yet.

- Drop support for Python 3.4.


1.4 (2020-02-23)
================
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def read(*rnames):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py27,
py34,
py35,
py36,
py37,
Expand Down

0 comments on commit b5fc77c

Please sign in to comment.