Skip to content

Commit

Permalink
Add support for Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Dec 21, 2018
1 parent 24f90e3 commit a7f73d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
sudo: false
python:
- 2.7
- 3.4
Expand All @@ -9,6 +8,8 @@ python:
- pypy3
matrix:
include:
- python: 3.7
dist: xenial
- python: 3.6
name: "Flake8"
install: pip install -U flake8
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
3.1.1 (unreleased)
==================

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


3.1.0 (2017-10-17)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def alltests():
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
flake8,py27,py34,py35,py36,pypy,pypy3,coverage
flake8,py27,py34,py35,py36,py37,pypy,pypy3,coverage

[testenv]
commands =
Expand Down

0 comments on commit a7f73d7

Please sign in to comment.