Skip to content

Commit

Permalink
update build wheel action
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Sep 4, 2024
1 parent db354a2 commit d47ba19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_SKIP: "cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* cp38-* pp*"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
CIBW_SKIP: "cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* cp38-* cp39-* pp*"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
CIBW_ARCHS: "auto64"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d47ba19

Please sign in to comment.