diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b76dba9f..b6a5290f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11"] include: - os: macos-latest python-version: "3.10"