Skip to content

Commit e80587a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- ubuntu-24.04
3636
python:
3737
- "3.11"
38-
- "3.12"
38+
- "3.13"
3939
nox-session:
4040
# To speed things up a bit we use the special ci_checks_max session
4141
# that uses the same venv to run multiple linting sessions
@@ -112,7 +112,7 @@ jobs:
112112
- ubuntu-24.04
113113
python:
114114
- "3.11"
115-
- "3.12"
115+
- "3.13"
116116
runs-on: ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}
117117

118118
steps:

0 commit comments

Comments
 (0)