Skip to content

Commit

Permalink
Added Python 3.9 support (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Jun 7, 2021
1 parent a794074 commit ef4b190
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
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
Expand Up @@ -37,6 +37,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
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, cov, cov_local_37, cov_local_38
envlist = py36, py37, py38, py39, cov, cov_local_37, cov_local_38

[testenv]
deps=
Expand Down

0 comments on commit ef4b190

Please sign in to comment.