44[tox]
55# When changing this list, be sure to check the [gh] list below.
66# PYVERSIONS
7- envlist = py3{10-14 }, py3{13-14 }t, pypy3, anypy, doc, lint, mypy
7+ envlist = py3{10-15 }, py3{13-15 }t, pypy3, anypy, doc, lint, mypy
88labels =
9- py = py3{10-14 }, py3{13-14 }t, pypy3
9+ py = py3{10-15 }, py3{13-15 }t, pypy3
1010 qual = lint, mypy
1111skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}
1212toxworkdir = {env:TOXWORKDIR:.tox}
@@ -37,8 +37,8 @@ setenv =
3737 # environments and not others. So by default, don't warn, and we'll enable
3838 # the warning in a handful of environments to catch the problems.
3939 PYTHONWARNDEFAULTENCODING =
40- py3{10,11,12,13,14}: PYTHONWARNDEFAULTENCODING =1
41- py3{10,11,12,13,14}: PYTHONWARNINGS =ignore::EncodingWarning:pip._internal.utils.subprocess
40+ py3{10,11,12,13,14,15 }: PYTHONWARNDEFAULTENCODING =1
41+ py3{10,11,12,13,14,15 }: PYTHONWARNINGS =ignore::EncodingWarning:pip._internal.utils.subprocess
4242 # Disable CPython's color output
4343 PYTHON_COLORS =0
4444
@@ -59,7 +59,7 @@ commands =
5959 python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
6060 python igor.py test_with_core ctrace {posargs}
6161
62- py3{12,13,14}{,t},anypy: python igor.py test_with_core sysmon {posargs}
62+ py3{12,13,14,15 }{,t},anypy: python igor.py test_with_core sysmon {posargs}
6363
6464[testenv:anypy]
6565# $set_env.py: COVERAGE_ANYPY - The custom Python for "tox -e anypy"
0 commit comments