Skip to content

Commit

Permalink
Fixed Python 3.10 tox specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored Aug 9, 2021
1 parent 7fe2140 commit 8a121f9
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, py35, py36, py37, py38, py39, py10, pypy, pypy3, flake8
envlist = py27, py35, py36, py37, py38, py39, py310, pypy, pypy3, flake8
minversion = 3.3.0
skip_missing_interpreters = true

Expand Down

0 comments on commit 8a121f9

Please sign in to comment.