We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1fdd0 commit 1c4c709Copy full SHA for 1c4c709
.travis.yml
@@ -4,6 +4,8 @@ python:
4
- "2.7"
5
- "3.4"
6
- "3.5"
7
+- "3.6"
8
+- "3.7"
9
install:
10
- pip install flake8
11
- pip install pytest
setup.py
@@ -65,6 +65,8 @@ def find_version(*file_paths):
65
'Programming Language :: Python :: 3.3',
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
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
71
'Topic :: Software Development :: Libraries :: Python Modules'
72
],
0 commit comments