diff --git a/.github/workflows/pull_request_tests.yml b/.github/workflows/pull_request_tests.yml index ad3e05a47..2af725a1b 100644 --- a/.github/workflows/pull_request_tests.yml +++ b/.github/workflows/pull_request_tests.yml @@ -9,8 +9,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.10'] + python-version: [3.12] include: + - os: ubuntu-latest + python-version: 3.11 + - os: ubuntu-latest + python-version: '3.10' - os: ubuntu-latest python-version: 3.9 - os: ubuntu-latest