Skip to content

Commit

Permalink
update CI to latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Dec 11, 2024
1 parent 8e95cde commit 89237be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_on_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: [ 3.9.20, 3.10.15, 3.11.10, 3.12.7 ]
python_version: [ 3.9.21, 3.10.16, 3.11.11, 3.12.8 ]
uses: ./.github/workflows/build_python.yml
with:
python_version: ${{ matrix.python_version }}
Expand Down

0 comments on commit 89237be

Please sign in to comment.