Skip to content

Commit 3894bb9

Browse files
authored
CI: Temporarily require Python >= 3.13.5 (#5038)
2 parents 7fc3471 + 81f2133 commit 3894bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
python:
4444
- "3.9"
45-
- "3.13"
45+
- ">=3.13.5" # temporary bound until it becomes the default, python/cpython#135151
4646
platform:
4747
- ubuntu-latest
4848
- macos-latest

0 commit comments

Comments
 (0)