Skip to content

Commit eb24dda

Browse files
committed
Update build platforms
1 parent dbfb7c7 commit eb24dda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ jobs:
5353
"3.10",
5454
"3.11",
5555
"3.12",
56+
"3.13",
5657
"pypy-3.9",
5758
]
5859
platform:
5960
[
6061
{
6162
os: "macos-latest",
62-
python-architecture: "x64",
63-
rust-target: "x86_64-apple-darwin",
63+
python-architecture: "arm64",
64+
rust-target: "aarch64-apple-darwin",
6465
},
6566
{
6667
os: "ubuntu-latest",

0 commit comments

Comments
 (0)