@@ -16,24 +16,24 @@ jobs:
1616 # python-versions: comma-separated list of Python versions to install
1717 # extra-args (optional): extra arguments to pass to nox session.
1818 - session : static
19- python-versions : " 3.11 "
19+ python-versions : " 3.12 "
2020 - session : formatters_check
21- python-versions : " 3.11 "
21+ python-versions : " 3.12 "
2222 - session : typing
23- python-versions : " 3.11 "
23+ python-versions : " 3.12 "
2424 - session : spelling
25- python-versions : " 3.11 "
25+ python-versions : " 3.12 "
2626 - session : " checkers(rstcheck)"
27- python-versions : " 3.11 "
27+ python-versions : " 3.12 "
2828 - session : " checkers(rst-yamllint)"
29- python-versions : " 3.11 "
29+ python-versions : " 3.12 "
3030 - session : " checkers(docs-build)"
31- python-versions : " 3.11 "
31+ python-versions : " 3.12 "
3232 - session : " actionlint"
33- python-versions : " 3.11 "
33+ python-versions : " 3.12 "
3434 - session : " pip-compile"
3535 extra-args : " --check"
36- python-versions : " 3.11 "
36+ python-versions : " 3.12 "
3737 name : " Run nox ${{ matrix.session }} session"
3838 steps :
3939 - name : Check out repo
0 commit comments