Skip to content

Commit

Permalink
Merge pull request #187 from hugovk/add-3.9
Browse files Browse the repository at this point in the history
Declare support for Python 3.9
  • Loading branch information
asweigart authored Oct 12, 2021
2 parents 23cf556 + 6efa0ac commit e6e694f
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 e6e694f

Please sign in to comment.