Skip to content

Commit add0469

Browse files
committed
Leverage PEP 669 for faster CI with Python 3.12
1 parent 3d5d4b2 commit add0469

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ commands =
1919
pytest --cov={envsitepackagesdir}/stagpy --cov-report term-missing {posargs}
2020
setenv = STAGPY_ISOLATED=True
2121

22+
[testenv:py312]
23+
setenv =
24+
STAGPY_ISOLATED=True
25+
COVERAGE_CORE=sysmon
26+
2227
[testenv:mypy]
2328
deps =
2429
mypy>=1.9.0

0 commit comments

Comments
 (0)