Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
Revert "[tests] use Python 3.13 for tests"

This reverts commit f1690b14eb855ac6ef2e414d8dc104678c2d6622.

Reason for revert: not found, beta needed

Change-Id: I438d09d3b9580f79a9c601d8c11a08003fedb7cc
---
M .github/workflows/oauth_tests-ci.yml
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml
index b87da06..3140908 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -23,7 +23,7 @@
fail-fast: false

matrix:
- python-version: [ "pypy3.7", "pypy3.10", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ]
+ python-version: [ "pypy3.7", "pypy3.10", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev", "3.14-dev" ]
family: [ wikipedia ]
code: [ test ]
domain: [ "test.wikipedia.org" ]

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

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