Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1104361?usp=email )
Change subject: tests: use ubuntu-22.04 with Python 3.14-dev
......................................................................
tests: use ubuntu-22.04 with Python 3.14-dev
Bug: T382214
Change-Id: I5e52d2b5a848bf79a0f49512ce50a1e02177138d
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 8 insertions(+), 2 deletions(-)
Approvals:
Xqt: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/.github/workflows/pywikibot-ci.yml
b/.github/workflows/pywikibot-ci.yml
index 5521f4e..873ae9d 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -26,7 +26,7 @@
max-parallel: 18
matrix:
- python-version: [ "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12",
"3.13", "3.14-dev" ]
+ python-version: [ "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12",
"3.13" ]
site: [ "wikipedia:en", "wikisource:zh" ]
include:
- python-version: "3.8"
@@ -53,13 +53,19 @@
- python-version: "3"
site: wikipedia:de
os: macOS-latest
- # ubuntu-22.04 required for pypy3.8 due to T382214
+ # ubuntu-22.04 required for pypy3.8 and 3.14-dev due to T382214
- python-version: "pypy3.8"
site: wikipedia:en
os: ubuntu-22.04
- python-version: "pypy3.8"
site: wikisource:zh
os: ubuntu-22.04
+ - python-version: "3.14-dev"
+ site: wikipedia:en
+ os: ubuntu-22.04
+ - python-version: "3.14-dev"
+ site: wikisource:zh
+ os: ubuntu-22.04
steps:
- name: Checkout Repository
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1104361?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: I5e52d2b5a848bf79a0f49512ce50a1e02177138d
Gerrit-Change-Number: 1104361
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]