Skip to content

Commit 45ff4a8

Browse files
committed
Add Python 3.13 to the CI config
1 parent e3bd8e8 commit 45ff4a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
py:
22-
- "3.12.0-rc.2"
22+
- "3.13.0-alpha.2"
23+
- "3.12"
2324
- "3.11"
2425
- "3.10"
2526
- "3.9"

0 commit comments

Comments
 (0)