From 8764c2fb51b292c2c9430396f08188a815c33384 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Mon, 15 Apr 2024 09:30:44 +0200 Subject: [PATCH] try skipping Python 3.7 for macOS --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 5636e883c..9dd962cd1 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -249,7 +249,7 @@ jobs: env: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python" - CIBW_SKIP: "pp* cp36*" + CIBW_SKIP: "pp* cp36* cp37*" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse