@@ -16,24 +16,24 @@ jobs:
16
16
# python-versions: comma-separated list of Python versions to install
17
17
# extra-args (optional): extra arguments to pass to nox session.
18
18
- session : static
19
- python-versions : " 3.11 "
19
+ python-versions : " 3.12 "
20
20
- session : formatters_check
21
- python-versions : " 3.11 "
21
+ python-versions : " 3.12 "
22
22
- session : typing
23
- python-versions : " 3.11 "
23
+ python-versions : " 3.12 "
24
24
- session : spelling
25
- python-versions : " 3.11 "
25
+ python-versions : " 3.12 "
26
26
- session : " checkers(rstcheck)"
27
- python-versions : " 3.11 "
27
+ python-versions : " 3.12 "
28
28
- session : " checkers(rst-yamllint)"
29
- python-versions : " 3.11 "
29
+ python-versions : " 3.12 "
30
30
- session : " checkers(docs-build)"
31
- python-versions : " 3.11 "
31
+ python-versions : " 3.12 "
32
32
- session : " actionlint"
33
- python-versions : " 3.11 "
33
+ python-versions : " 3.12 "
34
34
- session : " pip-compile"
35
35
extra-args : " --check"
36
- python-versions : " 3.11 "
36
+ python-versions : " 3.12 "
37
37
name : " Run nox ${{ matrix.session }} session"
38
38
steps :
39
39
- name : Check out repo
0 commit comments