Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] Python 3.12.0 final release was published

Change-Id: I236c8ee0ac99dc6cc4e472451fe98697c3831a06
---
M .github/workflows/doctest.yml
M .github/workflows/oauth_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
M .github/workflows/login_tests-ci.yml
4 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 80c3438..60db4c9 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -25,9 +25,8 @@

matrix:
os: [ "windows-latest", "macOS-latest", "ubuntu-latest" ]
- python-version: ["pypy3.7", "3.11"]
+ python-version: ["pypy3.7", "3.11", "3.12"]
include:
- - python-version: "3.12.0-alpha - 3.12.0"
- python-version: "3.13-dev"
# ubuntu-20.04 required for Python 3.6
- python-version: 3.6
diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml
index e222ff8..5404ca4 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -23,7 +23,7 @@
max-parallel: 1

matrix:
- python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-alpha - 3.12.0"]
+ python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
site: ['wikipedia:en', 'wikisource:zh']
include:
# ubuntu-20.04 required for Python 3.6
@@ -50,7 +50,7 @@
os: ubuntu-20.04
- python-version: 3.8
site: wowwiki:uk
- - python-version: "3.12.0-alpha - 3.12.0"
+ - python-version: "3.12"
site: wikipedia:test
- python-version: 3
site: wikipedia:de
diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml
index e8baec1..f213001 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -24,7 +24,7 @@
max-parallel: 7

matrix:
- python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-alpha - 3.12.0"]
+ python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
family: ['wikipedia']
code: ['test']
domain: ['test.wikipedia.org']
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index bb71e70..bb661c6 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -66,11 +66,11 @@
site: wikisource:zh
test_prod_only: true
os: ubuntu-20.04
- - python-version: "3.12.0-alpha - 3.12.0" # 3.12 fails due to T337748
+ - python-version: "3.12" # 3.12 fails due to T337748
site: wikipedia:en
test_prod_only: true
experimental: true
- - python-version: "3.12.0-alpha - 3.12.0" # 3.12 fails due to T337748
+ - python-version: "3.12" # 3.12 fails due to T337748
site: wikisource:zh
test_prod_only: true
experimental: true

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I236c8ee0ac99dc6cc4e472451fe98697c3831a06
Gerrit-Change-Number: 964125
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-CC: jenkins-bot
Gerrit-MessageType: merged