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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ "macos-13", "macos-latest", "windows-latest", "ubuntu-24.04" ]
|
platform: [ "macos-13", "macos-latest", "ubuntu-24.04" ]
|
||||||
python-version: [ "3.9", "3.13", ]
|
# Test the min and max stable Python version on each OS.
|
||||||
|
python-version: [ "3.9", "3.13" ]
|
||||||
include:
|
include:
|
||||||
# Ensure the Python versions between min and max are tested
|
# Ensure the Python versions between min and max are tested
|
||||||
- platform: "ubuntu-24.04"
|
- platform: "ubuntu-24.04"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue