mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
CI: avoid python 3.11 on windows
This commit is contained in:
3
.github/workflows/python-ci.yml
vendored
3
.github/workflows/python-ci.yml
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user