Skip to content

Commit

Permalink
py36
Browse files Browse the repository at this point in the history
  • Loading branch information
bwesterb committed Dec 28, 2016
1 parent 4375d69 commit d360140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- "echo 'travis' > RELEASE-VERSION"
- "python setup.py install"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,7 @@ Tarjan Changelog
0.2.4 (unreleased)
------------------

- Nothing changed yet.
- Python 3.6 support


0.2.3.1 (2015-11-22)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -24,5 +24,6 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit d360140

Please sign in to comment.