mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-20 01:01:59 +01:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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]
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
# exclude:
|
# exclude:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user