Skip to content

Commit

Permalink
Build wheels for python 3.8 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche authored Jan 22, 2024
1 parent 353d40b commit c3013da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
env:
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_LINUX: x86_64 # remove this later so we build for all linux archs
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
CIBW_SKIP: pp* # remove this later, but for some reason fails to generate pypy wheels

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

0 comments on commit c3013da

Please sign in to comment.