We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de3eee commit 6d1fb21Copy full SHA for 6d1fb21
.travis.yml
@@ -5,6 +5,7 @@ python:
5
- 3.4
6
- 3.5
7
- 3.6
8
+ - 3.7
9
- pypy
10
- pypy3
11
install:
setup.py
@@ -66,6 +66,7 @@ def get_version():
66
'Programming Language :: Python :: 3.4',
67
'Programming Language :: Python :: 3.5',
68
'Programming Language :: Python :: 3.6',
69
+ 'Programming Language :: Python :: 3.7',
70
'Programming Language :: Python :: Implementation :: CPython',
71
'Programming Language :: Python :: Implementation :: PyPy',
72
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
0 commit comments