@@ -102,6 +102,11 @@ jobs:
102102 python-architecture : " x64" ,
103103 rust-target : " x86_64-unknown-linux-gnu" ,
104104 },
105+ {
106+ os : " ubuntu-22.04-arm" ,
107+ python-architecture : " arm64" ,
108+ rust-target : " aarch64-unknown-linux-gnu" ,
109+ },
105110 {
106111 os : " ubuntu-latest" ,
107112 python-architecture : " x64" ,
@@ -193,6 +198,11 @@ jobs:
193198 python-architecture : " x64" ,
194199 rust-target : " x86_64-unknown-linux-gnu" ,
195200 },
201+ {
202+ os : " ubuntu-22.04-arm" ,
203+ python-architecture : " arm64" ,
204+ rust-target : " aarch64-unknown-linux-gnu" ,
205+ },
196206 {
197207 os : " windows-latest" ,
198208 python-architecture : " x64" ,
@@ -348,6 +358,15 @@ jobs:
348358 python-architecture : " x64" ,
349359 rust-target : " x86_64-apple-darwin" ,
350360 }
361+ # arm64 Linux runner is in public preview, so test 3.13 on it
362+ - rust : stable
363+ python-version : " 3.13"
364+ platform :
365+ {
366+ os : " ubuntu-22.04-arm" ,
367+ python-architecture : " arm64" ,
368+ rust-target : " aarch64-unknown-linux-gnu" ,
369+ }
351370
352371 exclude :
353372 # ubuntu-latest (24.04) no longer supports 3.7
0 commit comments