Skip to content

Commit 3b84fd3

Browse files
committed
Also include Python 3.9
1 parent 1855741 commit 3b84fd3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ python:
55
- '3.6'
66
- '3.7'
77
- '3.8'
8-
- 3.8-dev
8+
- '3.9'
9+
- 3.10-dev
910
- nightly
10-
- pypy
1111
- pypy3
1212
install:
1313
- travis_retry pip install coveralls

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'Programming Language :: Python :: 3.6',
4646
'Programming Language :: Python :: 3.7',
4747
'Programming Language :: Python :: 3.8',
48+
'Programming Language :: Python :: 3.9',
4849
'Programming Language :: Python :: Implementation :: CPython',
4950
'Programming Language :: Python :: Implementation :: PyPy',
5051
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)