Merge pull request #44 from PR0M3TH3AN/codex/fix-secp256k1-build-issue-on-windows

Fix Windows workflow matrix
This commit is contained in:
thePR0M3TH3AN
2025-06-29 20:41:43 -04:00
committed by GitHub

View File

@@ -12,6 +12,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.11"]
exclude:
- os: windows-latest
python-version: "3.11"
include:
- os: windows-latest
python-version: "3.10"