diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f454f2cf..22c430349 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,6 +82,10 @@ jobs: - os: ubuntu-latest python-version: "3.10" extras: true + - os: macos-latest + python-version: "3.13" + - os: windows-latest + python-version: "3.13" steps: - uses: "actions/checkout@v4"