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

See issue https://github.com/actions/setup-python/issues/649
pull/80/head v2.4.2
scito 1 year ago committed by Roland Kurmann
parent 0ec1314b3d
commit 9c3edea75c

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

Loading…
Cancel
Save