Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] Add python 3.13 to python_version matrix and remove experimental flag

Change-Id: I0e9ac3bdaa8de8a1a188752a49d8a2ad26151a7f
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index d0ef8fd..7b3bc30 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -26,7 +26,7 @@
max-parallel: 17

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"]
site: ['wikipedia:en', 'wikisource:zh']
test_prod_only: [true]
include:
@@ -54,9 +54,6 @@
- python-version: "3"
site: wikipedia:de
os: macOS-latest
- - python-version: "3.13-dev"
- site: wikipedia:test
- experimental: true

steps:
- name: Checkout Repository

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

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