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.
2 parents 7e3835d + 3ac4ca8 commit 114d9b3Copy full SHA for 114d9b3
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "3.5"
5
- "3.6"
6
- "3.7"
7
+ - "3.8"
8
9
install:
10
- pip install -r requirements.txt
setup.py
@@ -23,6 +23,7 @@
23
'Programming Language :: Python :: 3.5',
24
'Programming Language :: Python :: 3.6',
25
'Programming Language :: Python :: 3.7',
26
+ 'Programming Language :: Python :: 3.8',
27
'License :: OSI Approved :: BSD License',
28
'Operating System :: MacOS',
29
'Operating System :: POSIX :: Linux',
0 commit comments