Skip to content

Commit

Permalink
Declare support for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 9, 2021
1 parent f95dd17 commit 6efa0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py34, py35, py36
envlist = py27, py34, py35, py36, py37, py38, py39

[testenv]
deps =
Expand Down

0 comments on commit 6efa0ac

Please sign in to comment.