Skip to content

Commit

Permalink
Removed Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeni committed Jan 14, 2021
1 parent 4fdcaa9 commit 1eaad50
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
@@ -1,7 +1,6 @@
language: python

python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, py38, py39
envlist = py36, py37, py38, py39

[testenv]

Expand Down

0 comments on commit 1eaad50

Please sign in to comment.