Skip to content

Commit c5ced0b

Browse files
committed
Tests: use Python 3.13 for some CI tests
Change-Id: I3c48f65f3377dbbf44f7e8dfeb2ca0bec9f1e82f Signed-off-by: Xqt <info@gno.de>
1 parent dcf9a0f commit c5ced0b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ basepython =
1919
py310: python3.10
2020
py311: python3.11
2121
py312: python3.12
22+
py313: python3.13
2223
pypy: pypy3
2324
setenv =
2425
VIRTUAL_ENV={envdir}
@@ -68,7 +69,7 @@ commands =
6869
pytest --mypy -m mypy pywikibot
6970

7071
[testenv:commit-message]
71-
basepython = python3.8
72+
basepython = python3.9
7273
deps = commit-message-validator
7374
commands = commit-message-validator
7475

@@ -91,15 +92,15 @@ deps =
9192
commands = {posargs}
9293

9394
[testenv:doc]
94-
basepython = python3.12
95+
basepython = python3.13
9596
commands =
9697
sphinx-build -M html ./docs ./docs/_build -j auto
9798
deps =
9899
-rrequirements.txt
99100
-rdocs/requirements.txt
100101

101102
[testenv:rstcheck]
102-
basepython = python3.12
103+
basepython = python3.13
103104
commands =
104105
rstcheck --version
105106
rstcheck --report-level WARNING -r .
@@ -108,7 +109,7 @@ deps =
108109
-rdocs/requirements.txt
109110

110111
[testenv:sphinx]
111-
basepython = python3.12
112+
basepython = python3.13
112113
commands =
113114
sphinx-build -M html ./docs ./docs/_build -j auto -D html_theme=nature
114115
deps =

0 commit comments

Comments
 (0)