Skip to content

Commit

Permalink
Add support for Python 3.7 (martinblech#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and martinblech committed Sep 11, 2018
1 parent e467299 commit 61c890b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ env:
- JYTHON=false

matrix:
include:
- python: "3.7"
env: JYTHON=false
dist: xenial
sudo: required
exclude:
- python: "2.7"
env: JYTHON=true
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: Jython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Text Processing :: Markup :: XML',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, pypy
envlist = py27, py34, py35, py36, py37, pypy
[testenv]
deps =
coverage
Expand Down

0 comments on commit 61c890b

Please sign in to comment.