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

Change subject: Tests: run pre-commit on Python 3.15 with experimental flag
......................................................................

Tests: run pre-commit on Python 3.15 with experimental flag

Bug: T408718
Change-Id: If6e18432cf2780057355d3e167ab889f001717e5
---
M .github/workflows/pre-commit.yml
1 file changed, 2 insertions(+), 0 deletions(-)

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




diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 0c87bca..9372a93 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -18,6 +18,7 @@
 jobs:
   pre-commit:
     runs-on: ${{ matrix.os || 'ubuntu-latest' }}
+    continue-on-error: ${{ matrix.experimental || false }}
     strategy:
       fail-fast: false
       matrix:
@@ -32,6 +33,7 @@
           - python-version: '3.14'
             os: ubuntu-latest
           - python-version: 3.15-dev
+            experimental: true
     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/+/1199826?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: If6e18432cf2780057355d3e167ab889f001717e5
Gerrit-Change-Number: 1199826
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-CC: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to