Skip to content

Commit

Permalink
Drop python 3.4 support (it's EOL, breaking on appveyor, not worth fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed Jun 12, 2019
1 parent 88ef965 commit 7155eca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ build_script:
pip install tox
tox -e py27,py34,py35,py36,py37,flake8
tox -e py27,py35,py36,py37,flake8

0 comments on commit 7155eca

Please sign in to comment.