diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 976b1f4f2..840b8e5f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python_version: ["3.11", "3.12.0-rc.2"] + python_version: ["3.12"] include: - os: windows-latest python_version: "3.7" @@ -68,6 +68,8 @@ jobs: python_version: "3.9" - os: windows-latest python_version: "3.10" + - os: macos-latest + python_version: "3.11" runs-on: ${{ matrix.os }}