From 9c3edea75c573db60c0e53b6906995787f91f3cd Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 15 Apr 2023 09:53:48 +0200 Subject: [PATCH] fix/workaround build on macos: exclude 3.10 on macos in ci See issue https://github.com/actions/setup-python/issues/649 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c73f022..04fe139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - python-version: ["3.x", "3.11", "3.10", "3.9", "3.8", "3.7"] + python-version: ["3.x", "3.11", "3.9", "3.8", "3.7"] platform: [ubuntu-latest, macos-latest, windows-latest] # exclude: