jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/1301474?usp=email )
Change subject: tests: Use Python 3.14 for tests instead of Python 3.13
......................................................................
tests: Use Python 3.14 for tests instead of Python 3.13
Change-Id: I4333579181d79a1bdf4ee37049ef6985f583c748
---
M tox.ini
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini
index ae45b1d..674432b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,12 +3,12 @@
skipsdist = True
skip_missing_interpreters = True
envlist =
- lint-py{310,313}
+ lint-py{310,314}
[testenv]
basepython =
py310: python3.10
- py313: python3.13
+ py314: python3.14
setenv =
VIRTUAL_ENV={envdir}
PRE_COMMIT_COLOR=always
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/1301474?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/i18n
Gerrit-Branch: master
Gerrit-Change-Id: I4333579181d79a1bdf4ee37049ef6985f583c748
Gerrit-Change-Number: 1301474
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]