Skip to content

Commit bacc62c

Browse files
committed
[REF] tox: Using py3.13 for update-readme
The py3.10 is not installed for ubuntu-24.04 so it will raise error when github actions update the latest label
1 parent fc39ad4 commit bacc62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commands =
2626
pytest -s --cov --cov-report=term-missing --cov-report=html -vv {posargs:}
2727

2828
[testenv:update-readme]
29-
basepython = {env:TOXPYTHON:python3.10}
29+
basepython = {env:TOXPYTHON:python3.13}
3030
setenv =
3131
{[testenv]setenv}
3232
BUILD_README=true

0 commit comments

Comments
 (0)