From ca32d1926f752fc3c9aa0e639909e30b84b8f9f2 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Mon, 29 Jul 2024 13:35:11 +0200 Subject: [PATCH] Enable python 3.12 ci --- .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 400b18b..4dfc19d 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -11,7 +11,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-20.04] - python: [cp38,cp39,cp310,cp311] + python: [cp38,cp39,cp310,cp311,cp312] arch: [x86_64] env: SCCACHE_GHA_ENABLED: "true"