We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618c2c8 commit e82078bCopy full SHA for e82078b
.travis.yml
@@ -5,6 +5,7 @@ python:
5
- "3.6"
6
- "3.7"
7
- "3.8"
8
+ - "3.9"
9
10
install:
11
- pip install -r requirements.txt
setup.py
@@ -41,7 +41,8 @@
41
'Programming Language :: Python :: 3.5',
42
'Programming Language :: Python :: 3.6',
43
'Programming Language :: Python :: 3.7',
44
- 'Programming Language :: Python :: 3.8'
+ 'Programming Language :: Python :: 3.8',
45
+ 'Programming Language :: Python :: 3.9'
46
],
47
platforms = 'any',
48
project_urls = {
0 commit comments