Skip to content

Commit 826dd0b

Browse files
authored
Merge pull request #103 from p1c2u/feature/python-3.8-3.9-support
Python 3.8 3.9 support
2 parents 6b49327 + 0b9001b commit 826dd0b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ matrix:
1010
- python: 3.6
1111
- python: 3.7
1212
- python: 3.8
13-
dist: xenial
14-
sudo: true
13+
- python: 3.9
1514
- python: nightly
1615
- python: pypy3
1716
allow_failures:

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,7 @@ def run_tests(self):
9898
"Programming Language :: Python :: 3.5",
9999
"Programming Language :: Python :: 3.6",
100100
"Programming Language :: Python :: 3.7",
101+
"Programming Language :: Python :: 3.8",
102+
"Programming Language :: Python :: 3.9",
101103
],
102104
)

0 commit comments

Comments
 (0)