diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2021-05-19 00:14:15 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2021-05-19 01:03:58 +0200 |
commit | 5ecb40bc6d0711aa570fed5c2788f87049513c84 (patch) | |
tree | 24afdb78bd8730b30c01fe643304e7577354fd91 | |
parent | 852ed1092bd80b6b9a51db24371047ec88843031 (diff) | |
download | python-lxml-5ecb40bc6d0711aa570fed5c2788f87049513c84.tar.gz |
Add Py3.9 to tox.ini.
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py35, py36, py37, py38 +envlist = py27, py35, py36, py37, py38, py39 [testenv] setenv = |