supports python 3.8

This commit is contained in:
Prodesire 2020-02-08 20:22:19 +08:00
parent 797ce76768
commit eea381a68f
5 changed files with 10 additions and 8 deletions

View File

@ -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"

View File

@ -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

View File

@ -1,4 +1,4 @@
v0.7.2 (2018-12-24)
v0.7.2 (2019-02-08)
-------------------
**Bug fixes**

View File

@ -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'
],
)

View File

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