Skip to content

Commit

Permalink
feat(ci): support 3.12 in GPU release
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored Oct 29, 2024
1 parent b64fa7c commit 2b56a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_python_release_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b56a2a

Please sign in to comment.