Skip to content

Commit 7380484

Browse files
committed
Python 3.8 3.9 support
1 parent c4adce6 commit 7380484

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ matrix:
66
- python: 3.5
77
- python: 3.6
88
- python: 3.7
9-
dist: xenial
10-
sudo: true
9+
- python: 3.8
10+
- python: 3.9
1111
- python: nightly
1212
- python: pypy3
1313
allow_failures:

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ classifiers =
1212
Programming Language :: Python :: 3.5
1313
Programming Language :: Python :: 3.6
1414
Programming Language :: Python :: 3.7
15+
Programming Language :: Python :: 3.8
16+
Programming Language :: Python :: 3.9
1517
Topic :: Software Development :: Libraries
1618

1719
[options]

0 commit comments

Comments
 (0)