From 58bfce1d3c24806bdb96e11a204528186f1e1827 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Thu, 5 Dec 2024 17:11:34 +0100 Subject: [PATCH] Test Python 3.13 in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05b38b73..6a250c49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04, macos-13, macos-14, windows-2019] - python-version: ["3.9", "3.12"] + python-version: ["3.9", "3.13"] openmp: ['ON', 'OFF'] steps: