Skip to content

Commit

Permalink
Add Python 3.8 as supported runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 17, 2020
1 parent 2ab9e14 commit d52779c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ matrix:
include:
- python: 3.6
- python: 3.7
- python: 3.8
- python: pypy3

install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -31,6 +31,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
Expand Down

0 comments on commit d52779c

Please sign in to comment.