Skip to content

Commit

Permalink
Added Python 3.9 support (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Jun 9, 2021
1 parent 2b6087e commit 190e8cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ matrix:
sudo: true
- python: "3.8"
env: TOXENV=py38
dist: xenial
dist: bionic
sudo: true
- python: "3.9"
env: TOXENV=py39
dist: bionic
sudo: true

install: pip install -U tox coveralls
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
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 = py36, py37, py38, cov, cov_local
envlist = py36, py37, py38, py39, cov, cov_local

[testenv]
deps=
Expand Down

0 comments on commit 190e8cf

Please sign in to comment.