Skip to content
Snippets Groups Projects
Commit 5c0a1483 authored by ulif's avatar ulif
Browse files

Officially support Python3.7. Fixes #54.

Thanks to @drebs for pushing that a bit.
parent 8143b8be
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ Changes
0.9.6.dev0 (yet unreleased)
---------------------------
- Officially support Python 3.7.
- Fixed #51: Fix to formatting of list in Wordlists section. Kudos to `Doug
Muth <https://github.com/dmuth>`_.
0.9.5 (2018-04-07)
------------------
......
......@@ -3,7 +3,7 @@ addopts = --doctest-modules --doctest-glob='*.rst' -m 'not packaging'
diceware tests docs README.rst
[tox]
envlist = flake8, pypy, py26, py27, py33, py34, py35, py36, coverage, pkg
envlist = flake8, pypy, py26, py27, py33, py34, py35, py36, py37, coverage, pkg
[testenv]
usedevelop=True
......
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