Skip to content

Commit 5a33129

Browse files
committed
Remove special exception for broken 3.13.4
Don't think any of the runners are likely to have it anymore.
1 parent b2dda48 commit 5a33129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ['3.10', '3.11', '3.12', '>=3.13 <3.13.4 || >3.13.4 <3.14']
23+
python-version: ['3.10', '3.11', '3.12', '3.13']
2424
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-15]
2525
include:
2626
- os: macos-15-intel

0 commit comments

Comments
 (0)