Skip to content

Commit

Permalink
fix: disable 3.13 wheels (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 20, 2024
1 parent b25510f commit 9e8bbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp36-* pp37-* pp38-* pp39-* pp310-*
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* cp313-* pp36-* pp37-* pp38-* pp39-* pp310-* pp313-*
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
CIBW_BUILD_VERBOSITY: 3
REQUIRE_CYTHON: 1
Expand Down

0 comments on commit 9e8bbff

Please sign in to comment.