Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Sep 16, 2024
1 parent 8140864 commit eebdb06
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: cp36-* cp37-* pp*"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
CIBW_SKIP: cp36-* cp37-* cp38-* pp*"
CIBW_PROJECT_REQUIRES_PYTHON: ">3.8"
CIBW_ARCHS: "auto64"

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

0 comments on commit eebdb06

Please sign in to comment.