Skip to content

Commit

Permalink
CI: remove pp310-* wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mckib2 committed Sep 5, 2023
1 parent 4605ceb commit a94694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on: workflow_dispatch
# - published

env:
CIBW_SKIP: cp27-* pp27-* pp37-* pp38-* pp39-* cp35-* cp36-* cp37-* cp*-win32 cp*-manylinux_i686 cp*-musl* cp312-* # skip 3.12 for now until numpy releases
CIBW_SKIP: cp27-* pp27-* pp37-* pp38-* pp39-* pp310-* cp35-* cp36-* cp37-* cp*-win32 cp*-manylinux_i686 cp*-musl* cp312-* # skip 3.12 for now until numpy releases

jobs:
build_wheels:
Expand Down

0 comments on commit a94694b

Please sign in to comment.