We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a116860 + e4f2926 commit 937b249Copy full SHA for 937b249
1 file changed
.github/workflows/publish.yml
@@ -90,6 +90,22 @@ jobs:
90
- os: macos-latest
91
target: x86_64-apple-darwin
92
python-version: "3.14"
93
+ # Linux ARM64 (cross-compiled on ubuntu-latest via maturin-action)
94
+ - os: ubuntu-latest
95
+ target: aarch64-unknown-linux-gnu
96
+ python-version: "3.10"
97
98
99
+ python-version: "3.11"
100
101
102
+ python-version: "3.12"
103
104
105
+ python-version: "3.13"
106
107
108
+ python-version: "3.14"
109
110
steps:
111
- name: Checkout
0 commit comments