diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3923a8fe..7d04f400e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,18 +59,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python_version: ["3.12"] - include: - - os: windows-latest - python_version: "3.10" - - os: macos-latest - python_version: "3.10" - - os: ubuntu-latest - python_version: "3.10" - - os: windows-latest - python_version: "3.11" - - os: macos-latest - python_version: "3.11" + python_version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }}