Skip to content

Commit

Permalink
Add Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 19, 2018
1 parent 21e2b89 commit 3dfaa08
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,12 @@ python:
- 3.4
- 3.5
- 3.6
- pypy3
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install coveralls coverage
- pip install -e ".[test]"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@
4.0.2 (unreleased)
==================

- Nothing changed yet.
- Add Python 3.7 support.


4.0.1 (2017-10-31)
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -9,6 +9,8 @@ environment:
- python: 35-x64
- python: 36
- python: 36-x64
- python: 37
- python: 37-x64

install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -61,6 +61,7 @@ def read(*rnames):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -5,6 +5,9 @@ envlist =
py34,
py35,
py36,
py37,
pypy,
pypy3,
coverage

[testenv]
Expand Down

0 comments on commit 3dfaa08

Please sign in to comment.