Skip to content

Commit

Permalink
Claim Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Aug 7, 2018
1 parent f5daf35 commit 36c8e3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
- pypy
- pypy3
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
env:
- FORCE_TEST_VCS=bzr
- FORCE_TEST_VCS=git
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 @@ Changelog
0.38 (unreleased)
-----------------

- Nothing changed yet.
- Claim Python 3.7 support.


0.37 (2018-04-12)
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"

init:
- "echo %PYTHON%"
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 =
py27,py34,py35,py36,pypy,pypy3
py27,py34,py35,py36,py37,pypy,pypy3

[testenv]
passenv = LANG LC_CTYPE LC_ALL MSYSTEM
Expand Down

0 comments on commit 36c8e3e

Please sign in to comment.