From 062f716a7455adbbb91b8fe21b61e86348fed3a4 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:00:38 +0200 Subject: [PATCH] chore(ci): less Python versions on Windows and macOS See comment: Use ubuntu-latest to cover the whole range of Python. For Windows and OSX, checking oldest and newest should be sufficient. Following ade6091, stop testing Python 3.13 since the newest 3.14 is tested. --- .github/workflows/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26bbd8b10..345304d07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -149,18 +149,30 @@ jobs: python-version: "3.11" - os: windows-latest python-version: "3.12" + - os: windows-latest + python-version: "3.13" + - os: windows-latest + python-version: "3.13t" - os: macos-13 python-version: "3.10" - os: macos-13 python-version: "3.11" - os: macos-13 python-version: "3.12" + - os: macos-13 + python-version: "3.13" + - os: macos-13 + python-version: "3.13t" - os: macos-latest python-version: "3.10" - os: macos-latest python-version: "3.11" - os: macos-latest python-version: "3.12" + - os: macos-latest + python-version: "3.13" + - os: macos-latest + python-version: "3.13t" ## Unavailable architectures # x86 is available for Windows