Skip to content

Commit

Permalink
docs,build: python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Apr 11, 2017
1 parent 1644a23 commit 7cf0920
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6-dev
- 3.6
- 3.7-dev
- nightly
- pypy3.3-5.2-alpha1
install:
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dire situation by :ref:`contacting me <contact>` with your questions!
What versions of Python are supported?
--------------------------------------

Clize is tested to run succesfully on Python 2.7 and Python 3.3 through 3.5.
Clize is tested to run succesfully on Python 2.7 and Python 3.3 through 3.6.

`Clize 3.1 <http://clize.readthedocs.io/en/3.1/>`_ was the last version to
support Python 2.6.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Environment :: Console",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ envlist=test-{py27,pypy,py33,py34,py35,py36}
skipsdist=True

[tox:travis]
3.5 = py35, coveralls, pyflakes
3.6-dev = test-py36
3.6 = py36, coveralls, pyflakes
3.7-dev = test-py36
nightly = test-py37
pypy3.3-5.2-alpha1 = test-pypy3

Expand Down

0 comments on commit 7cf0920

Please sign in to comment.