From 2b56a2a054ccf8e458c191909ce02e2ed9a5d0f3 Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Tue, 29 Oct 2024 15:01:58 +0100 Subject: [PATCH] feat(ci): support 3.12 in GPU release --- .github/workflows/concrete_python_release_gpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/concrete_python_release_gpu.yml b/.github/workflows/concrete_python_release_gpu.yml index dd9201b368..26411b5706 100644 --- a/.github/workflows/concrete_python_release_gpu.yml +++ b/.github/workflows/concrete_python_release_gpu.yml @@ -34,7 +34,7 @@ jobs: build-linux-x86: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ${{ github.event.inputs.runner_name }} steps: