Skip to content

Commit c4aa8a5

Browse files
committed
Drop Python 3.4 support
Python 3.4's end of life is 2019-03-16 and Debian stable provides 3.5.3.
1 parent 3d9beeb commit c4aa8a5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sudo: false
33

44
matrix:
55
include:
6-
- os: linux
7-
python: 3.4
86
- os: linux
97
python: 3.5
108
- os: linux

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers =
2727
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
2828
Operating System :: OS Independent
2929
Programming Language :: Python :: 3 :: Only
30-
Programming Language :: Python :: 3.4
3130
Programming Language :: Python :: 3.5
3231
Programming Language :: Python :: 3.6
3332
Programming Language :: Python :: 3.7
@@ -49,7 +48,7 @@ tests_require =
4948
pytest-flake8
5049
pytest-isort
5150
pytest-runner
52-
python_requires = >= 3.4
51+
python_requires = >= 3.5
5352

5453
[options.entry_points]
5554
console-scripts =

0 commit comments

Comments
 (0)