Skip to content

Commit 4708f1c

Browse files
committed
tox.ini: Python 3.12
1 parent e6dcbce commit 4708f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion=2.9.0
3-
envlist = py310,lint,docs
3+
envlist = py312,lint,docs
44
skipsdist = True
55

66
[testenv]
@@ -15,7 +15,7 @@ passenv = CI,TRAVIS,TRAVIS_*,HOME
1515
deps =
1616
-r requirements/testing.txt
1717
basepython =
18-
python3.10
18+
python3.12
1919
# https://pytest-cov.readthedocs.io/en/latest/debuggers.html
2020
# https://github.com/microsoft/vscode-python/issues/693
2121
commands =

0 commit comments

Comments
 (0)