Skip to content

Commit

Permalink
Merge pull request #1126 from zama-ai/youben11-patch-8
Browse files Browse the repository at this point in the history
feat(ci): support 3.12 in GPU release
  • Loading branch information
youben11 authored Oct 29, 2024
2 parents b64fa7c + 2b56a2a commit fe12713
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 fe12713

Please sign in to comment.