Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/766180 )
Change subject: [tests] Download and set up the latest available version of Python ......................................................................
[tests] Download and set up the latest available version of Python
Use SemVer's version range syntax including both pre-release and stable versions
Change-Id: Ib1abae6d69e328f9a4cdca5c93b17bb7f3a5f86a --- M .github/workflows/login_tests-ci.yml M .github/workflows/pywikibot-ci.yml 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml index 0dd1eb6..025f578 100644 --- a/.github/workflows/login_tests-ci.yml +++ b/.github/workflows/login_tests-ci.yml @@ -55,7 +55,7 @@ - python-version: "3.8" site: "wowwiki:uk" experimental: true - - python-version: "3.11.0-alpha.2" + - python-version: "3.11.0-alpha - 3.11.0" site: "wikipedia:test" experimental: true - python-version: 3 diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml index ca92152..1407048 100644 --- a/.github/workflows/pywikibot-ci.yml +++ b/.github/workflows/pywikibot-ci.yml @@ -53,7 +53,7 @@ - python-version: "3.8" site: "wowwiki:uk" experimental: true - - python-version: "3.11.0-alpha.2" + - python-version: "3.11.0-alpha - 3.11.0" site: "wikipedia:test" experimental: true - python-version: 3