We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855c29a commit 2c2b3bfCopy full SHA for 2c2b3bf
setup.py
@@ -19,7 +19,6 @@
19
'Programming Language :: Python :: 2',
20
'Programming Language :: Python :: 2.7',
21
'Programming Language :: Python :: 3',
22
- 'Programming Language :: Python :: 3.4',
23
'Programming Language :: Python :: 3.5',
24
'Programming Language :: Python :: 3.6',
25
'Programming Language :: Python :: 3.7',
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py27, py34, py35, py36
+envlist = py27, py35, py36
3
4
[testenv]
5
deps =
0 commit comments