File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3636 python :
3737 - " 3.11"
3838 - " 3.12"
39+ - " 3.13"
3940 nox-session :
4041 # To speed things up a bit we use the special ci_checks_max session
4142 # that uses the same venv to run multiple linting sessions
@@ -113,6 +114,7 @@ jobs:
113114 python :
114115 - " 3.11"
115116 - " 3.12"
117+ - " 3.13"
116118 runs-on : ${{ matrix.os }}${{ matrix.arch != 'amd64' && format('-{0}', matrix.arch) || '' }}
117119
118120 steps :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ state changes.
2020
2121The following platforms are officially supported (tested):
2222
23- - ** Python:** 3.11, 3.12
23+ - ** Python:** 3.11, 3.12, 3.13
2424- ** Operating System:** Ubuntu Linux 24.04
2525- ** Architectures:** amd64, arm64
2626
You can’t perform that action at this time.
0 commit comments