diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 1711276f6..ab399b197 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -36,12 +36,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: - - "3.10" - - "3.11" - - "3.12" - - "3.13" - - "3.14" + python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ] architecture: ["x64"] os: ["windows-latest"] include: