Skip to content

Commit

Permalink
Merge pull request #417 from colares/officially-support-python-3.7
Browse files Browse the repository at this point in the history
Officially support python 3.7
  • Loading branch information
sigmavirus24 authored Dec 8, 2018
2 parents a3c1d4a + 8a5a0fd commit f33d5bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ matrix:
env: TOXENV=py36
- python: 3.6
env: TOXENV=docs
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: required
- python: pypy
env: TOXENV=pypy

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,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 :: 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,5 +1,5 @@
[tox]
envlist = lint,py27,pypy,py34,py35,py36,docs
envlist = lint,py27,pypy,py34,py35,py36,py37,docs

[testenv]
deps =
Expand Down

0 comments on commit f33d5bb

Please sign in to comment.