Skip to content

Commit

Permalink
Support Python 3.6
Browse files Browse the repository at this point in the history
Officially add support and testing for Python 3.6.
  • Loading branch information
jakirkham committed Feb 17, 2017
1 parent 7430391 commit 91e83ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
language: generic

env:
- PYVER="3.6"
- PYVER="3.5"
- PYVER="3.4"
- PYVER="2.7"
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.4 and 3.5. Check
3. The pull request should work for Python 2.7, 3.4, 3.5, and 3.6. Check
https://travis-ci.org/jakirkham/kenjutsu/pull_requests
and make sure that the tests pass for all supported Python versions.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
test_suite="tests",
tests_require=test_requirements
Expand Down

0 comments on commit 91e83ea

Please sign in to comment.