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

Change subject: [tests] run doctests with Python 3.7 on ubuntu-22.04
......................................................................

[tests] run doctests with Python 3.7 on ubuntu-22.04

Bug: T377326
Change-Id: I6c8fead53ffcac874ff1c29482769552535ccfbf
---
M .github/workflows/doctest.yml
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index bf9d34e..615fb55 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -23,18 +23,18 @@
       max-parallel: 17

       matrix:
-        python-version: [ "pypy3.7", "pypy3.10", "3.7", "3.8", "3.9", "3.10", 
"3.11", "3.12", "3.13" ]
+        python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", 
"3.12", "3.13" ]
         os: [ windows-latest, macOS-latest, ubuntu-latest ]
         include:
           - python-version: "3.14-dev"
           # ubuntu-22.04 required for Python 3.7
           - python-version: "3.7"
+            os: windows-latest
+          - python-version: "3.7"
             os: ubuntu-22.04
         exclude:
           - os: macOS-latest
             python-version: "pypy3.7"
-          - os: macOS-latest
-            python-version: "3.7"

     steps:
     - name: Checkout Repository

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1080746?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: I6c8fead53ffcac874ff1c29482769552535ccfbf
Gerrit-Change-Number: 1080746
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to