Skip to content

Commit

Permalink
update ci 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 f89e1cf commit db354a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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-* pp*"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
CIBW_SKIP: "cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* cp38-* pp*"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
CIBW_ARCHS: "auto64"

- uses: actions/upload-artifact@v3
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ env/
.pytest_cache/
**/*/__pycache__
*.vscode

.mypy_cache
.ruff_cache
.venv
# Compiled source #
###################
*.a
Expand Down

0 comments on commit db354a2

Please sign in to comment.