jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/743595 )

Change subject: [tests] Add Python 3.11 to test matrix
......................................................................

[tests] Add Python 3.11 to test matrix

Also always pass experimental runs

Bug: T296371
Change-Id: I751aae0f6c6f7cf1f74a41dbb76468510971529f
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 10 insertions(+), 0 deletions(-)

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



diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 059a6f0..a688455 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -14,22 +14,32 @@
   build:

     runs-on: ubuntu-latest
+    continue-on-error: ${{ matrix.experimental }}
     strategy:
       fail-fast: false
       matrix:
         python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
         site: ["wikipedia:en", "wikisource:zh"]
+        experimental: [false]
         include:
           - python-version: "3.7"
             site: "wikipedia:test"
+            experimental: false
           - python-version: "3.7"
             site: "wikidata:test"
+            experimental: false
           - python-version: "3.9"
             site: "wiktionary:ar"
+            experimental: false
           - python-version: "3.6"
             site: "wikidata:wikidata"
+            experimental: false
           - python-version: "3.8"
             site: "wowwiki:uk"
+            experimental: true
+          - python-version: "3.11.0-alpha.2"
+            site: "wikipedia:test"
+            experimental: true

     steps:
     - uses: actions/checkout@v2

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/743595
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I751aae0f6c6f7cf1f74a41dbb76468510971529f
Gerrit-Change-Number: 743595
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to