11[tox]
2- envlist = lint,py{39, 310,311,312,313},pypy3,manifest,coverage-report
2+ envlist = lint,py{310,311,312,313,314,314t },pypy3,manifest,coverage-report
33
44[gh-actions]
55python =
6- 3.9: py39
76 3.10: py310
87 3.11: py311
98 3.12: py312
109 3.13: py313, lint, manifest
1110 3.14: py314
12- pypy-3.9: pypy3
11+ 3.14t: py314t
12+ pypy-3.11: pypy3
1313
1414[testenv]
1515deps =
1616 pytest
1717 pytest-cov
1818 sh >= 2.0.2, <3
1919 click
20- py{39, 310,311,312,313,3.14 ,pypy3}: ipython
20+ py{310,311,312,313,314,314t ,pypy3}: ipython
2121commands = pytest --cov --cov-report =term-missing {posargs}
2222depends =
23- py{39, 310,311,312,313,314},pypy3: coverage-clean
24- coverage-report: py{39, 310,311,312,313,314},pypy3
23+ py{310,311,312,313,314,314t },pypy3: coverage-clean
24+ coverage-report: py{310,311,312,313,314,314t },pypy3
2525
2626[testenv:lint]
2727skip_install = true
@@ -36,7 +36,7 @@ commands =
3636 mypy --python-version =3.12 src tests
3737 mypy --python-version =3.11 src tests
3838 mypy --python-version =3.10 src tests
39- mypy -- python-version =3.9 src tests
39+
4040
4141[testenv:format]
4242skip_install = true
0 commit comments