Skip to content

Commit

Permalink
update ci to latest python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 15, 2024
1 parent 604a907 commit f8db5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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.6 ]
python_version: [ 3.9.20, 3.10.15, 3.11.10, 3.12.7 ]
uses: ./.github/workflows/build_python.yml
with:
python_version: ${{ matrix.python_version }}
Expand All @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
graalpy_version: [ 24.1.0 ]
graalpy_version: [ 24.1.1 ]
uses: ./.github/workflows/repackage_graalpy.yml
with:
graalpy_version: ${{ matrix.graalpy_version }}
Expand All @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pypy_version: [ 7.3.16 ]
pypy_version: [ 7.3.17 ]
uses: ./.github/workflows/repackage_pypy.yml
with:
pypy_version: ${{ matrix.pypy_version }}
Expand Down

0 comments on commit f8db5a9

Please sign in to comment.