Skip to content

Commit

Permalink
WIP: test for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andife committed Sep 17, 2024
1 parent 6dcd83d commit 8346ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# TODO(junyer): Update the label after ARM64 graduates from beta.
- { name: ARM64, python-name: aarch64, runs-on: [arm-ubuntu-arm-22.04-4core] }
os: [manylinux_2_28]
ver: ['3.8', '3.9', '3.10', '3.11', '3.12']
ver: ['3.8', '3.9', '3.10', '3.11', '3.12','3.13.0-rc.2']
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON: /usr/local/bin/python${{ matrix.ver }}
Expand Down

0 comments on commit 8346ad6

Please sign in to comment.