drop py34 support

This commit is contained in:
Ben Maddison 2021-05-07 09:42:14 +02:00
parent 678a614994
commit 25aa03ea34
2 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,6 @@ jobs:
python-version:
# TODO: Refactor test suite to allow running under py27
# - 2.7
- 3.4
- 3.5
- 3.6
- 3.7

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py35,py36,py37,py38,py39
envlist = py35,py36,py37,py38,py39
[testenv]
passenv = TERM
@ -9,7 +9,6 @@ commands = python -m unittest --verbose test.test_pycrate
python =
# TODO: Refactor test suite to allow running under py27
# 2.7: py27
3.4: py34
3.5: py35
3.6: py36
3.7: py37