Skip to content

Commit

Permalink
Add Python 3.6 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Jan 18, 2017
1 parent 97727b2 commit cb4ee82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- RUST_VERSION=1.13.0
- RUST_VERSION=nightly
Expand Down
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -14,9 +14,7 @@ Python is licensed under the [Python License](https://docs.python.org/2/license.

Supported Python versions:
* Python 2.7
* Python 3.3
* Python 3.4
* Python 3.5
* Python 3.3 to 3.6

Supported Rust version:
* Rust 1.13.0 or later
Expand Down

0 comments on commit cb4ee82

Please sign in to comment.