supporting python 3.7

This commit is contained in:
Prodesire 2018-09-09 22:35:54 +08:00
parent 492f6b7b7e
commit 827221e284
3 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,11 @@ environment:
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"
TOXENV: "py36"
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"
TOXENV: "py37"
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

View File

@ -59,6 +59,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries'
],
)

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36
envlist = py27,py35,py36,py37
[testenv]
deps=-rrequirements-dev.txt