Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1080754?usp=email )
Change subject: Revert "[tests] Python 3.14.0-alpha is available with actions/python-versions" ...................................................................... Revert "[tests] Python 3.14.0-alpha is available with actions/python-versions" This reverts commit 0a54b209e2cc8b5b83e2bc6180113171bbb69f11. Reason for revert: tests fails Change-Id: I882ffd079e9b68fd2a34a3faeb50feedd4d31f8a --- M .github/workflows/doctest.yml M .github/workflows/login_tests-ci.yml M .github/workflows/oauth_tests-ci.yml M .github/workflows/pywikibot-ci.yml M .github/workflows/windows_tests.yml 5 files changed, 7 insertions(+), 6 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml index 8359d88..615fb55 100644 --- a/.github/workflows/doctest.yml +++ b/.github/workflows/doctest.yml @@ -20,12 +20,13 @@ strategy: fail-fast: false - max-parallel: 18 + max-parallel: 17 matrix: - python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha - 3.14.0" ] + python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] os: [ windows-latest, macOS-latest, ubuntu-latest ] include: + - python-version: "3.14-dev" # ubuntu-22.04 required for Python 3.7 - python-version: "3.7" os: windows-latest diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml index de661e4..d4f3a06 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", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha - 3.14.0" ] + python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ] site: [ "wikipedia:en", "wikisource:zh", "wikipedia:test" ] include: # ubuntu-22.04 required for Python 3.7 diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml index f593e95..0a53aa9 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.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha - 3.14.0" ] + python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ] family: [ wikipedia ] code: [ test ] domain: [ "test.wikipedia.org" ] diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml index ad99a23..cc2fb97 100644 --- a/.github/workflows/pywikibot-ci.yml +++ b/.github/workflows/pywikibot-ci.yml @@ -26,7 +26,7 @@ max-parallel: 18 matrix: - python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha - 3.14.0" ] + python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ] site: [ "wikipedia:en", "wikisource:zh" ] include: # ubuntu-22.04 required for Python 3.7 diff --git a/.github/workflows/windows_tests.yml b/.github/workflows/windows_tests.yml index b15cbea..5a24fbc 100644 --- a/.github/workflows/windows_tests.yml +++ b/.github/workflows/windows_tests.yml @@ -23,7 +23,7 @@ fail-fast: false matrix: - python-version: [ "3.7.1", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha - 3.14.0" ] + python-version: [ "3.7.1", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] python-arch: [ x64, x86 ] site: [ "wikipedia:en" ] -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1080754?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I882ffd079e9b68fd2a34a3faeb50feedd4d31f8a Gerrit-Change-Number: 1080754 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org