Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,22 @@ jobs:
- os: macos-latest
target: x86_64-apple-darwin
python-version: "3.14"
# Linux ARM64 (cross-compiled on ubuntu-latest via maturin-action)
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
python-version: "3.10"
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
python-version: "3.11"
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
python-version: "3.12"
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
python-version: "3.13"
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
python-version: "3.14"

steps:
- name: Checkout
Expand Down