We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8ece8 commit a8dadbfCopy full SHA for a8dadbf
2 files changed
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
- ubuntu-24.04
36
python:
37
- "3.11"
38
- - "3.12"
+ - "3.13"
39
nox-session:
40
# To speed things up a bit we use the special ci_checks_max session
41
# that uses the same venv to run multiple linting sessions
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
runs-on: ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}
117
118
steps:
README.md
@@ -20,7 +20,7 @@ state changes.
20
21
The following platforms are officially supported (tested):
22
23
-- **Python:** 3.11, 3.12
+- **Python:** 3.11, 3.13
24
- **Operating System:** Ubuntu Linux 24.04
25
- **Architectures:** amd64, arm64
26
0 commit comments