Skip to content

Commit eafafcb

Browse files
committed
Add Python 3.13 to CI test matrix
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 275675d commit eafafcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
python:
3737
- "3.11"
3838
- "3.12"
39+
- "3.13"
3940
nox-session:
4041
# To speed things up a bit we use the special ci_checks_max session
4142
# that uses the same venv to run multiple linting sessions
@@ -113,6 +114,7 @@ jobs:
113114
python:
114115
- "3.11"
115116
- "3.12"
117+
- "3.13"
116118
runs-on: ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}
117119

118120
steps:

0 commit comments

Comments
 (0)