Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1185312?usp=email )
Change subject: Test: run pre-commit Python 3.9 on MacOS
......................................................................
Test: run pre-commit Python 3.9 on MacOS
Change-Id: Ib668a378aabeb277e87ece855113bab9393a67fc
---
M .github/workflows/pre-commit.yml
1 file changed, 7 insertions(+), 8 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 5a5282a..9ebe6c0 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -22,15 +22,14 @@
fail-fast: false
matrix:
python-version:
- - 3.14-dev
- - 3.15-dev
+ - '3.9'
+ - '3.13'
+ os:
+ - windows-latest
+ - macOS-latest
include:
- - python-version: '3.9'
- os: windows-latest
- - python-version: '3.13'
- os: windows-latest
- - python-version: '3'
- os: macOS-latest
+ - python-version: 3.14-dev
+ - python-version: 3.15-dev
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/+/1185312?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: Ib668a378aabeb277e87ece855113bab9393a67fc
Gerrit-Change-Number: 1185312
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]