declare python 3.7 support

This commit is contained in:
Maciej Urbanski
2019-10-30 18:35:38 +01:00
committed by Honza Král
parent ba234dcf03
commit 4353aa2ba2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -50,6 +50,7 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = pypy,py26,py27,py33,py34,py35,py36
envlist = pypy,py26,py27,py33,py34,py35,py36,py37
[testenv]
whitelist_externals = git
setenv =