diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75eafa27..097d2adc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: needs: test # Run after unit tests pass strategy: matrix: - os: [ubuntu-latest, macos-latest] # windows-latest temporarily disabled + os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.10", "3.11", "3.12", "3.13"] steps: