From eebdb06687b17f44d990bd16dfb35e61505273a6 Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:24:40 +0200 Subject: [PATCH] update python version --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 744eadb83..1a28f2d2c 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -37,8 +37,8 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: - CIBW_SKIP: cp36-* cp37-* pp*" - CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8" + CIBW_SKIP: cp36-* cp37-* cp38-* pp*" + CIBW_PROJECT_REQUIRES_PYTHON: ">3.8" CIBW_ARCHS: "auto64" - uses: actions/upload-artifact@v3