diff --git a/.github/workflows/run_pytests.yaml b/.github/workflows/run_pytests.yaml index 6445ef7..7a20a3e 100644 --- a/.github/workflows/run_pytests.yaml +++ b/.github/workflows/run_pytests.yaml @@ -18,9 +18,11 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.11"] + python-version: ["3.12"] include: # we'll test the python support on ubuntu + - os: ubuntu-latest + python-version: "3.11" - os: ubuntu-latest python-version: "3.10" - os: ubuntu-latest