Add Python 3.8 support

This commit is contained in:
Marius Gedminas 2019-10-15 10:00:31 +03:00
parent 4374386c12
commit 0052584d08
5 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,7 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8
- pypy
- pypy3
env:

View File

@ -5,7 +5,7 @@ Changelog
0.40 (unreleased)
-----------------
- Nothing changed yet.
- Add Pyhton 3.8 support.
0.39 (2019-06-06)

View File

@ -8,6 +8,7 @@ environment:
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python38"
init:
- "echo %PYTHON%"

View File

@ -48,6 +48,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py27,py35,py36,py37,pypy,pypy3,flake8
py27,py35,py36,py37,py38,pypy,pypy3,flake8
[testenv]
passenv = LANG LC_CTYPE LC_ALL MSYSTEM