Skip to content

Commit

Permalink
add 3.7 and 3.8 as supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rciorba committed Apr 6, 2020
1 parent ad195ab commit 09efb13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
script:
- flake8 .
- isort --recursive --diff . && isort --recursive --check-only .
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
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 = py27, pypy, py34, py35, py36
envlist = py27, pypy, py34, py35, py36, py37, py38

[testenv]
deps = -r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 09efb13

Please sign in to comment.