Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] Update test matrix

Change-Id: I5bc84e28af51ce9af830056d562844221d308fb7
---
M .github/workflows/doctest.yml
M .github/workflows/login_tests-ci.yml
M .github/workflows/oauth_tests-ci.yml
3 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 2ce9f07..fae76f3 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -25,7 +25,7 @@

matrix:
os: [ "windows-latest", "macOS-latest", "ubuntu-latest" ]
- python-version: ["pypy3.7", "3.7", "3.11", "3.12"]
+ python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- python-version: "3.13-dev"

diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml
index 7e917ac..5e17d16 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -23,8 +23,8 @@
max-parallel: 1

matrix:
- python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
- site: ['wikipedia:en', 'wikisource:zh']
+ python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
+ site: ['wikipedia:en', 'wikisource:zh', 'wikipedia:test']
include:
- python-version: 3.7
site: False
@@ -37,8 +37,6 @@
- python-version: 3.8
site: wsbeta:en
- python-version: 3.7
- site: wikipedia:test
- - python-version: 3.7
site: wikidata:test
- python-version: 3.9
site: wiktionary:ar
@@ -46,13 +44,10 @@
site: wikidata:wikidata
- python-version: 3.8
site: wowwiki:uk
- - python-version: "3.12"
- site: wikipedia:test
- python-version: 3
site: wikipedia:de
os: macOS-latest
- - python-version: "3.13-dev"
- site: wikipedia:test
+

steps:
- name: Checkout Repository
diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml
index ea36840..62ecf9a 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -24,10 +24,10 @@
max-parallel: 7

matrix:
- python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
family: ['wikipedia']
code: ['test']
- domain: ['test.wikipedia.org']
+ domain: ['test.wikipedia.org']
include:
- python-version: 3.7
family: wpbeta
@@ -37,14 +37,6 @@
family: wpbeta
code: zh
domain: zh.wikipedia.beta.wmflabs.org
- - python-version: 3.7
- family: wikipedia
- code: test
- domain: test.wikipedia.org
- - python-version: "3.13-dev"
- family: wikipedia
- code: test
- domain: test.wikipedia.org

steps:
- name: Checkout Repository

To view, visit change 1008820. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5bc84e28af51ce9af830056d562844221d308fb7
Gerrit-Change-Number: 1008820
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged