CI: avoid python 3.11 on windows

This commit is contained in:
thePR0M3TH3AN
2025-06-29 20:38:44 -04:00
parent 20d6441cf8
commit b4055209fb

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"