Skip to content

Commit

Permalink
Add Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 12, 2019
1 parent 6218480 commit a918087
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ matrix:
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
- python: pypy2.7-6.0.0
- python: pypy3.5-6.0.0
- python: 2.7
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@
5.0.0 (unreleased)
==================

- Add support for Python 3.7.
- Add support for Python 3.7 and 3.8.

- Drop support for Python 3.4.

Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -13,6 +13,8 @@ environment:
- python: 36-x64
- python: 37
- python: 37-x64
- python: 38
- python: 38-x64

install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -111,6 +111,7 @@ def read(*rnames):
"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",
"Framework :: Zope :: 3",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py35,py36,py37,py27-pure,pypy,pypy3,coverage,docs
py27,py35,py36,py37,py38,py27-pure,pypy,pypy3,coverage,docs

[testenv]
commands =
Expand Down

0 comments on commit a918087

Please sign in to comment.