We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275675d commit eafafcbCopy full SHA for eafafcb
1 file changed
.github/workflows/ci.yaml
@@ -36,6 +36,7 @@ jobs:
36
python:
37
- "3.11"
38
- "3.12"
39
+ - "3.13"
40
nox-session:
41
# To speed things up a bit we use the special ci_checks_max session
42
# that uses the same venv to run multiple linting sessions
@@ -113,6 +114,7 @@ jobs:
113
114
115
116
117
118
runs-on: ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}
119
120
steps:
0 commit comments