diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2019-10-24 20:08:42 +0300 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2019-10-24 13:08:42 -0400 |
commit | a991ed40fb700fac3dd37de4d8095529c9b980b3 (patch) | |
tree | 460093293ec2746baa1622c22d326c317f3e18a3 /tox.ini | |
parent | dab931f597cdc5b57d4e2458840fb991606506bc (diff) | |
download | python-markdown-a991ed40fb700fac3dd37de4d8095529c9b980b3.tar.gz |
Add support for Python 3.8 (#867)
Related to #760.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py35, py36, py37, pypy3, flake8, checkspelling, pep517check +envlist = py35, py36, py37, py38, pypy3, flake8, checkspelling, pep517check isolated_build = True min_verison = 1.9 |