From 5b3ef20d24b3de23ca30e0cc0544137c7affee2c Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Fri, 22 Dec 2023 14:20:39 +0000 Subject: [PATCH] We now require at least Python 3.8 --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 30b24ea..7d47fb7 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -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: