Skip to content

Commit

Permalink
Merge pull request #381 from lazka/wheels313
Browse files Browse the repository at this point in the history
CI: build wheels for Python 3.13
  • Loading branch information
lazka authored Sep 6, 2024
2 parents 7977dfc + d60f043 commit 5cfaf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
CFLAGS: "-DCAIRO_WIN32_STATIC_BUILD=1"
CIBW_BEFORE_BUILD: "python {package}/.ci/download-cairo-win32.py ${{ matrix.cairo_plat }}"
CIBW_BUILD: cp39-${{ matrix.platform_id }} cp310-${{ matrix.platform_id }} cp311-${{ matrix.platform_id }} cp312-${{ matrix.platform_id }}
CIBW_BUILD: cp39-${{ matrix.platform_id }} cp310-${{ matrix.platform_id }} cp311-${{ matrix.platform_id }} cp312-${{ matrix.platform_id }} cp313-${{ matrix.platform_id }}
CIBW_TEST_REQUIRES: pytest==7.4.4 hypothesis==6.98.3 attrs==23.2.0
CIBW_TEST_COMMAND: bash {package}/.ci/test-wheels.sh {package}
CIBW_TEST_SKIP: "*-win_arm64"
Expand Down

0 comments on commit 5cfaf87

Please sign in to comment.