diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3714bd1..3911a59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,14 +53,15 @@ jobs: "3.10", "3.11", "3.12", + "3.13", "pypy-3.9", ] platform: [ { os: "macos-latest", - python-architecture: "x64", - rust-target: "x86_64-apple-darwin", + python-architecture: "arm64", + rust-target: "aarch64-apple-darwin", }, { os: "ubuntu-latest",