Skip to content

Commit

Permalink
Support Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 24, 2018
1 parent 8b2654f commit 4a48371
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,11 @@ python:
- 3.6
- pypy
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install .
script:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,7 @@ CHANGES
3.1 (unreleased)
----------------

- Nothing changed yet.
- Added support for Python 3.7.


3.0 (2018-05-28)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -18,6 +18,7 @@
'Programming Language :: Python :: 3',
'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',
'License :: OSI Approved :: Python Software Foundation License',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py35,py36,pypy,pypy3
py27,py35,py36,py37,pypy,pypy3

[testenv]
commands =
Expand Down

0 comments on commit 4a48371

Please sign in to comment.