Skip to content

Commit

Permalink
Explicit Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxxyz committed Jul 2, 2019
1 parent 6423951 commit c7f8a6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
- "pypy3.5"

install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: ISC License (ISCL)",
],
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 = py35, py36, py37, pypy3
envlist = py35, py36, py37, py38, pypy3

[testenv]
deps =
Expand Down

0 comments on commit c7f8a6a

Please sign in to comment.