File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ basepython =
19
19
py310: python3.10
20
20
py311: python3.11
21
21
py312: python3.12
22
+ py313: python3.13
22
23
pypy: pypy3
23
24
setenv =
24
25
VIRTUAL_ENV ={envdir}
@@ -68,7 +69,7 @@ commands =
68
69
pytest --mypy -m mypy pywikibot
69
70
70
71
[testenv:commit-message]
71
- basepython = python3.8
72
+ basepython = python3.9
72
73
deps = commit-message-validator
73
74
commands = commit-message-validator
74
75
@@ -91,15 +92,15 @@ deps =
91
92
commands = {posargs}
92
93
93
94
[testenv:doc]
94
- basepython = python3.12
95
+ basepython = python3.13
95
96
commands =
96
97
sphinx-build -M html ./docs ./docs/_build -j auto
97
98
deps =
98
99
-rrequirements.txt
99
100
-rdocs/requirements.txt
100
101
101
102
[testenv:rstcheck]
102
- basepython = python3.12
103
+ basepython = python3.13
103
104
commands =
104
105
rstcheck --version
105
106
rstcheck --report-level WARNING -r .
@@ -108,7 +109,7 @@ deps =
108
109
-rdocs/requirements.txt
109
110
110
111
[testenv:sphinx]
111
- basepython = python3.12
112
+ basepython = python3.13
112
113
commands =
113
114
sphinx-build -M html ./docs ./docs/_build -j auto -D html_theme =nature
114
115
deps =
You can’t perform that action at this time.
0 commit comments