Skip to content

Commit 4dee2aa

Browse files
Eliminate 3.13.3 pin now that 3.13.5 is available
1 parent 0c243f6 commit 4dee2aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
- "3.10"
2222
- "3.11"
2323
- "3.12"
24-
# 3.13.4 has a regression in C extension builds,
25-
# need to stick to 3.13.3 until 3.13.5 is available on runners
26-
- "3.13.3"
24+
- "3.13"
2725

2826
steps:
2927
- name: Acquire sources

0 commit comments

Comments
 (0)