Remove windows from the CI pool as the code isn't Windows compatible.

This commit is contained in:
Russell Keith-Magee 2025-02-18 15:15:51 +08:00
parent ab27f4318a
commit 0986803c36
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3

View file

@ -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"