Skip to content

Commit f344b0c

Browse files
committed
drop 3.8 add 3.13
1 parent dd08091 commit f344b0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-bake.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
strategy:
2727
matrix:
2828
python-version:
29-
- '3.8'
30-
- '3.9'
31-
- '3.10'
32-
- '3.11'
33-
- '3.12'
29+
- "3.9"
30+
- "3.10"
31+
- "3.11"
32+
- "3.12"
33+
- "3.13"
3434
os:
3535
- ubuntu-latest
3636
- windows-latest

0 commit comments

Comments
 (0)