fix/workaround build on macos: exclude 3.10 on macos in ci

See issue https://github.com/actions/setup-python/issues/649
This commit is contained in:
scito
2023-04-15 09:53:48 +02:00
committed by Roland Kurmann
parent 0ec1314b3d
commit 9c3edea75c

View File

@@ -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: