From db354a216659d6cbf077eb2558e2f51924682684 Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:50:49 +0200 Subject: [PATCH] update ci build wheel action --- .github/workflows/build_wheels.yml | 4 ++-- .gitignore | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index b5dbea1f9..59fd62613 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: "cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* pp*" - CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8" + CIBW_SKIP: "cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* cp38-* pp*" + CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9" CIBW_ARCHS: "auto64" - uses: actions/upload-artifact@v3 diff --git a/.gitignore b/.gitignore index 6f6651146..f201f8a60 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,9 @@ env/ .pytest_cache/ **/*/__pycache__ *.vscode - +.mypy_cache +.ruff_cache +.venv # Compiled source # ################### *.a