diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5c5c0d..e09c436 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,8 +19,8 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] - python-version: ["3.9", "3.10", "3.11"] + os: [ubuntu-latest, macos-latest, windows-latest] + python-version: ["3.12"] steps: - uses: actions/checkout@v4