Skip to content

Commit

Permalink
test(tox): add py311 to envlist
Browse files Browse the repository at this point in the history
Known to fail at the moment due to
GrahamDumpleton/wrapt#196
  • Loading branch information
scop committed Dec 5, 2021
1 parent b77e3f4 commit c56cf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ enable =
score = no

[tox:tox]
envlist = py38, py39, py310, pypy3, pyston3
envlist = py38, py39, py310, py311, pypy3, pyston3
skip_missing_interpreters = true
[testenv]
deps = -rrequirements-test.txt
Expand Down

0 comments on commit c56cf24

Please sign in to comment.