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

Change subject: Test: run pre-commit with Windows and MacOS
......................................................................

Test: run pre-commit with Windows and MacOS

Change-Id: Ibdcf6962b11afece035f0fac0b3f7a59893b9087
---
M .github/workflows/pre-commit.yml
1 file changed, 8 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Verified; Looks good to me, approved
  jenkins-bot: Verified




diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 1e00a7d..5a5282a 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -17,13 +17,20 @@

 jobs:
   pre-commit:
-    runs-on: ubuntu-latest
+    runs-on: ${{ matrix.os || 'ubuntu-latest' }}
     strategy:
       fail-fast: false
       matrix:
         python-version:
           - 3.14-dev
           - 3.15-dev
+        include:
+          - python-version: '3.9'
+            os: windows-latest
+          - python-version: '3.13'
+            os: windows-latest
+          - python-version: '3'
+            os: macOS-latest
     steps:
       - name: set up python ${{ matrix.python-version }}
         if: "!endsWith(matrix.python-version, '-dev')"

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