From c98235dffab5a4156d24b24881619334e582355b Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Wed, 11 Dec 2024 14:23:32 +0100 Subject: [PATCH] Add 3.13 python --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index b223ee4..8c933b2 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -34,7 +34,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] arch: [x86_64] env: SCCACHE_GHA_ENABLED: "on"