Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1104332?usp=email )

Change subject: tests: use ubuntu-22.04 with pypy3.8
......................................................................

tests: use ubuntu-22.04 with pypy3.8

Bug: T382214
Change-Id: I8fa30aa89a2ac65fcc6c4e7ebe846a37f323f378
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 8 insertions(+), 1 deletion(-)

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 b43d943..5521f4e 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -26,7 +26,7 @@
       max-parallel: 18

       matrix:
-        python-version: [ "pypy3.8", "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", "3.14-dev" ]
         site: [ "wikipedia:en", "wikisource:zh" ]
         include:
           - python-version: "3.8"
@@ -53,6 +53,13 @@
           - python-version: "3"
             site: wikipedia:de
             os: macOS-latest
+          # ubuntu-22.04 required for pypy3.8 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

     steps:
     - name: Checkout Repository

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1104332?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: I8fa30aa89a2ac65fcc6c4e7ebe846a37f323f378
Gerrit-Change-Number: 1104332
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]

Reply via email to