Skip to content

Commit ca1f3f8

Browse files
committed
Drop 3.4 support.
1 parent 89c240b commit ca1f3f8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ci/templates/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist =
55
clean,
66
check,
77
docs,
8-
{py27,py34,py35,py36,py37,py38,pypy,pypy3}-{cover,nocov},
8+
{py27,py35,py36,py37,py38,pypy,pypy3}-{cover,nocov},
99
report
1010
ignore_basepython_conflict = true
1111

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def _unavailable(self, e):
9090
'Programming Language :: Python',
9191
'Programming Language :: Python :: 2.7',
9292
'Programming Language :: Python :: 3',
93-
'Programming Language :: Python :: 3.4',
9493
'Programming Language :: Python :: 3.5',
9594
'Programming Language :: Python :: 3.6',
9695
'Programming Language :: Python :: 3.7',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist =
55
clean,
66
check,
77
docs,
8-
{py27,py34,py35,py36,py37,py38,pypy,pypy3}-{cover,nocov},
8+
{py27,py35,py36,py37,py38,pypy,pypy3}-{cover,nocov},
99
report
1010
ignore_basepython_conflict = true
1111

0 commit comments

Comments
 (0)