We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275675d commit e80587aCopy full SHA for e80587a
1 file 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:
0 commit comments