Python 3.11 Testing

This commit is contained in:
Ariel Rin
2021-12-28 11:29:33 +00:00
parent bd9ea225be
commit 577c4395c4
2 changed files with 24 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[tox]
skipsdist = true
usedevelop = true
envlist = py{37,38,39,310}-{all,core}
envlist = py{37,38,39,310,311}-{all,core}
[testenv]
setenv =
@@ -12,6 +12,7 @@ basepython =
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11
deps=
coverage
install_command = pip install -e ".[testing]" -U {opts} {packages}