diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 8c933b2..b223ee4 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -34,7 +34,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12'] arch: [x86_64] env: SCCACHE_GHA_ENABLED: "on"