Skip to content

Commit

Permalink
Add support for Python 3.8.
Browse files Browse the repository at this point in the history
modified:   .travis.yml
modified:   CHANGES.rst
modified:   setup.py
modified:   tox.ini
  • Loading branch information
jugmac00 committed Apr 15, 2019
1 parent a01e28c commit 844e482
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,8 @@ matrix:
include:
- python: "3.7"
dist: xenial
- python: "3.8-dev"
dist: xenial

install:
- pip install -U setuptools
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,8 @@ Changelog

- Add support for Python 3.7.

- Add support for Python 3.8.

- Drop support for Python 3.4.


Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -49,6 +49,7 @@
"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",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36,py37,pypy,pypy3,coverage
envlist = py27,py35,py36,py37,py38,pypy,pypy3,coverage

[testenv]
commands =
Expand Down

0 comments on commit 844e482

Please sign in to comment.