Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1178061?usp=email )
Change subject: Tests: use Python 3.13 for some CI tests ...................................................................... Tests: use Python 3.13 for some CI tests Change-Id: I3c48f65f3377dbbf44f7e8dfeb2ca0bec9f1e82f Signed-off-by: Xqt <i...@gno.de> --- M tox.ini 1 file changed, 5 insertions(+), 4 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/tox.ini b/tox.ini index 6df5ee2..ec66622 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ py310: python3.10 py311: python3.11 py312: python3.12 + py313: python3.13 pypy: pypy3 setenv = VIRTUAL_ENV={envdir} @@ -68,7 +69,7 @@ pytest --mypy -m mypy pywikibot [testenv:commit-message] -basepython = python3.8 +basepython = python3.9 deps = commit-message-validator commands = commit-message-validator @@ -91,7 +92,7 @@ commands = {posargs} [testenv:doc] -basepython = python3.12 +basepython = python3.13 commands = sphinx-build -M html ./docs ./docs/_build -j auto deps = @@ -99,7 +100,7 @@ -rdocs/requirements.txt [testenv:rstcheck] -basepython = python3.12 +basepython = python3.13 commands = rstcheck --version rstcheck --report-level WARNING -r . @@ -108,7 +109,7 @@ -rdocs/requirements.txt [testenv:sphinx] -basepython = python3.12 +basepython = python3.13 commands = sphinx-build -M html ./docs ./docs/_build -j auto -D html_theme=nature deps = -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1178061?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I3c48f65f3377dbbf44f7e8dfeb2ca0bec9f1e82f Gerrit-Change-Number: 1178061 Gerrit-PatchSet: 6 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Hashar <has...@free.fr> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org