Skip to content

Commit

Permalink
Add python 3.8 and 3.9-dev to travis (PR #63)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Feb 26, 2020
2 parents 752308b + 1c166e0 commit 3652df0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,8 @@ language: python
python:
- 3.6
- 3.7
- 3.8-dev
- 3.8
- 3.9-dev
dist: xenial
sudo: true
install: pip install coveralls
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -30,6 +30,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],

author="Vincent Michel",
Expand Down

0 comments on commit 3652df0

Please sign in to comment.