From b1cf08b261194213f6f40c1a9f3640d8b904edc2 Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Tue, 20 May 2025 16:04:09 +0200 Subject: [PATCH] add python 3.13 to ci pipeline (#8855) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4913e8ee19..f2bdc51387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,6 +177,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" os: - ubuntu-latest - macOS-latest @@ -185,12 +186,16 @@ jobs: # Minimize CI resource usage # by only running the Python version # version used for docker images on Windows and macOS + - python-version: "3.13" + os: windows-latest - python-version: "3.12" os: windows-latest - python-version: "3.10" os: windows-latest - python-version: "3.9" os: windows-latest + - python-version: "3.13" + os: macOS-latest - python-version: "3.12" os: macOS-latest - python-version: "3.10"