diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6078bcd10..fdd673d7c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: matrix: python: - "3.9" - - "3.13" + - ">=3.13.5" # temporary bound until it becomes the default, python/cpython#135151 platform: - ubuntu-latest - macos-latest