We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b733898 commit bf3045dCopy full SHA for bf3045d
.travis.yml
@@ -6,6 +6,7 @@ python:
6
- 3.5
7
- 3.6
8
- 3.7
9
+ - 3.8
10
- pypy
11
- pypy3
12
install:
setup.py
@@ -61,6 +61,7 @@ def get_version():
61
'Programming Language :: Python :: 3.5',
62
'Programming Language :: Python :: 3.6',
63
'Programming Language :: Python :: 3.7',
64
+ 'Programming Language :: Python :: 3.8',
65
'Programming Language :: Python :: Implementation :: CPython',
66
'Programming Language :: Python :: Implementation :: PyPy',
67
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
0 commit comments