mirror of https://github.com/flaggo/pydu.git
supports python 3.8
This commit is contained in:
parent
797ce76768
commit
eea381a68f
|
@ -22,6 +22,11 @@ environment:
|
|||
PYTHON_ARCH: "64"
|
||||
TOXENV: "py37"
|
||||
|
||||
- PYTHON: "C:\\Python38-x64"
|
||||
PYTHON_VERSION: "3.8.x"
|
||||
PYTHON_ARCH: "64"
|
||||
TOXENV: "py38"
|
||||
|
||||
install:
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
- "%CMD_IN_ENV% pip install tox codecov"
|
||||
|
|
|
@ -3,12 +3,8 @@ python:
|
|||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
sudo: false
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
v0.7.2 (2018-12-24)
|
||||
v0.7.2 (2019-02-08)
|
||||
-------------------
|
||||
|
||||
**Bug fixes**
|
||||
|
|
1
setup.py
1
setup.py
|
@ -60,6 +60,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: Software Development :: Libraries'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue