Skip to content

Commit

Permalink
Build wheels for Python 3.13
Browse files Browse the repository at this point in the history
Fixes #516.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Oct 21, 2024
1 parent 6dcd83d commit b6af249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
ver: ['3.8', '3.9', '3.10', '3.11', '3.12']
ver: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .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']
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON: /usr/local/bin/python${{ matrix.ver }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# TODO(junyer): Stop cross-compiling after we drop support for macOS 12;
# instead, specify `-large` suffix on X64 and `-xlarge` suffix on ARM64.
os: [12, 13, 14]
ver: ['3.8', '3.9', '3.10', '3.11', '3.12']
ver: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BAZEL_CPU: darwin_${{ matrix.arch.bazel-name }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
arch:
- { name: X86, bazel-name: x64_x86, python-name: win32 }
- { name: X64, bazel-name: x64, python-name: win_amd64 }
ver: ['3.8', '3.9', '3.10', '3.11', '3.12']
ver: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BAZEL_CPU: ${{ matrix.arch.bazel-name }}_windows
Expand Down

0 comments on commit b6af249

Please sign in to comment.