Skip to content

Commit

Permalink
Add support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthycoin committed Dec 18, 2019
1 parent 2842b8f commit 8b84cbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ matrix:
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true

cache: pip
before_install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ def find_version(*file_paths):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
]
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,py35,py36
envlist = py26,py27,py33,py34,py35,py36,py37,py38

skipsdist = True

Expand Down

0 comments on commit 8b84cbe

Please sign in to comment.