From 1c9d0a60c34a61817c4bbc5fa39b96cadb6182ef Mon Sep 17 00:00:00 2001 From: jkanche Date: Sun, 21 Jan 2024 16:36:57 -0800 Subject: [PATCH] build weheels for python to 3.8 --- .github/workflows/pypi-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-test.yml b/.github/workflows/pypi-test.yml index a63d13a..f6cdc62 100644 --- a/.github/workflows/pypi-test.yml +++ b/.github/workflows/pypi-test.yml @@ -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