Skip to content

Commit

Permalink
Added Python 3.6 support
Browse files Browse the repository at this point in the history
We're now testing it on TravisCI. Further, I've done some basic
functionality testing. Let's officially support it via PyPI then.
  • Loading branch information
mschwager committed May 7, 2017
1 parent 91a8a95 commit 3f0f150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Security',
],
install_requires=install_requires,
Expand Down

0 comments on commit 3f0f150

Please sign in to comment.