diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f04b454f..eb154915 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [cp37, cp38, cp39, cp310, cp311, cp312] + python-version: [cp37, cp38, cp39, cp310, cp311, cp312, cp313] platform: - os: ubuntu-latest arch: x86_64