diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 639301a3f2bd..a47232b716e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -353,10 +353,15 @@ jobs: - {VERSION: "3.14", NOXSESSION: "tests"} - {VERSION: "3.14t", NOXSESSION: "tests"} include: - # Not in the main matrix because we want tests-nocoverage on Python - # 3.14 + # Not in the main matrix because we want tests-nocoverage due to an + # incompatibility - PYTHON: {VERSION: "3.14", NOXSESSION: "tests-nocoverage"} WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'} + # XXX: just for testing + - PYTHON: {VERSION: "3.13t", NOXSESSION: "tests-nocoverage"} + WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'} + - PYTHON: {VERSION: "3.14t", NOXSESSION: "tests-nocoverage"} + WINDOWS: {ARCH: 'arm64', WINDOWS: 'arm64', RUNNER: 'windows-11-arm'} timeout-minutes: 15 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1