Remove windows from the CI pool as the code isn't Windows compatible.
This commit is contained in:
parent
ab27f4318a
commit
0986803c36
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -30,8 +30,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ "macos-13", "macos-latest", "windows-latest", "ubuntu-24.04" ]
|
||||
python-version: [ "3.9", "3.13", ]
|
||||
platform: [ "macos-13", "macos-latest", "ubuntu-24.04" ]
|
||||
# Test the min and max stable Python version on each OS.
|
||||
python-version: [ "3.9", "3.13" ]
|
||||
include:
|
||||
# Ensure the Python versions between min and max are tested
|
||||
- platform: "ubuntu-24.04"
|
||||
|
|
|
|||
Loading…
Reference in a new issue