mirror of https://github.com/flaggo/pydu.git
supporting python 3.7
This commit is contained in:
parent
492f6b7b7e
commit
827221e284
|
@ -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%"
|
||||
|
|
1
setup.py
1
setup.py
|
@ -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'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue