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 4f46619 commit 149941aCopy full SHA for 149941a
.travis.yml
@@ -2,6 +2,7 @@
2
3
language: python
4
python:
5
+ - "3.8"
6
- "3.4"
7
- "3.3"
8
- "2.7"
setup.py
@@ -24,6 +24,7 @@
24
"Programming Language :: Python :: 3",
25
"Programming Language :: Python :: 3.3",
26
"Programming Language :: Python :: 3.4",
27
+ "Programming Language :: Python :: 3.8",
28
"Topic :: Software Development :: Libraries :: Python Modules",
29
"License :: OSI Approved :: MIT License",
30
],
0 commit comments