Skip to content

Commit a8dadbf

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ state changes.
2020

2121
The following platforms are officially supported (tested):
2222

23-
- **Python:** 3.11, 3.12
23+
- **Python:** 3.11, 3.13
2424
- **Operating System:** Ubuntu Linux 24.04
2525
- **Architectures:** amd64, arm64
2626

0 commit comments

Comments
 (0)