Skip to content

Commit

Permalink
We now require at least Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc authored Dec 22, 2023
1 parent 5f87ad6 commit 5b3ef20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-20.04, windows-2019, macOS-11]
env:
# Seems to have trouble parsing our setup.py, thus:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
# Install numpy with a wheel (do NOT compile it):
CIBW_BEFORE_BUILD: "pip install --only-binary :all: -r requirements.txt"
# There are/were no numpy wheels for these:
Expand Down

0 comments on commit 5b3ef20

Please sign in to comment.