Skip to content

Commit

Permalink
[tests] Python 3.14.0-alpha is available with actions/python-versions
Browse files Browse the repository at this point in the history
Change-Id: I4d2a04c38516cc364b8e60e98088dcef610f0752
  • Loading branch information
xqt committed Oct 16, 2024
1 parent 41dea3e commit 0a54b20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:

strategy:
fail-fast: false
max-parallel: 17
max-parallel: 18

matrix:
python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
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" ]
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/login_tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
max-parallel: 1

matrix:
python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ]
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" ]
site: [ "wikipedia:en", "wikisource:zh", "wikipedia:test" ]
include:
# ubuntu-22.04 required for Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oauth_tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false

matrix:
python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ]
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" ]
family: [ wikipedia ]
code: [ test ]
domain: [ "test.wikipedia.org" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pywikibot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
max-parallel: 18

matrix:
python-version: [ "pypy3.7", "pypy3.10", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev" ]
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" ]
site: [ "wikipedia:en", "wikisource:zh" ]
include:
# ubuntu-22.04 required for Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false

matrix:
python-version: [ "3.7.1", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
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-arch: [ x64, x86 ]
site: [ "wikipedia:en" ]

Expand Down

0 comments on commit 0a54b20

Please sign in to comment.