Skip to content

Commit f3c46e8

Browse files
authored
Merge pull request #117 from stefankoegl/py3.9
Update Python to 3.9
2 parents 3a95635 + 3972a8e commit f3c46e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ python:
66
- '3.6'
77
- '3.7'
88
- '3.8'
9-
- 3.8-dev
9+
- '3.9'
10+
- 3.10-dev
1011
- nightly
1112
- pypy
1213
- pypy3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
'Programming Language :: Python :: 3.6',
6161
'Programming Language :: Python :: 3.7',
6262
'Programming Language :: Python :: 3.8',
63+
'Programming Language :: Python :: 3.9',
6364
'Programming Language :: Python :: Implementation :: CPython',
6465
'Programming Language :: Python :: Implementation :: PyPy',
6566
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)