Skip to content
Snippets Groups Projects
Commit 5151238f authored by ulif's avatar ulif
Browse files

Officially support Pyhton3.6.

parent 4c346d86
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ Changes
- Fixed #33. Make `en_eff` the new default wordlist. This results in slightly
decreased entropy per word (12.92 bits instead of 13.0), but provides prefix
code and better memorizable words. Thanks to @anarcat for the suggestion.
- Support Python 3.6.
0.9.1 (2016-12-24)
......
......@@ -57,6 +57,7 @@ setup(
"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",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment