diff --git a/.github/workflows/pr-main.yml b/.github/workflows/pr-main.yml index e4adbef..c76e2de 100644 --- a/.github/workflows/pr-main.yml +++ b/.github/workflows/pr-main.yml @@ -8,7 +8,7 @@ jobs: matrix: include: - { python: "3.11", os: ubuntu-latest, check: "tests-3.11" } - - { python: "3.12", os: ubuntu-latest, check: "tests-3.12" } + #- { python: "3.12", os: ubuntu-latest, check: "tests-3.12" } - { python: "3.11", os: ubuntu-latest, check: "lint" } - { python: "3.11", os: ubuntu-latest, check: "docs" } - { python: "3.11", os: ubuntu-latest, check: "mypy" }