Skip to content

Commit 1e78df4

Browse files
authored
missed a few python 3.12 updates (#2936)
1 parent 8495d7d commit 1e78df4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/pip-compile-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
'pip-compile(requirements)'
3333
reset-branch: "${{ inputs.reset-branch || false }}"
3434
labels: "${{ inputs.labels || 'doc builds,no_backport' }}"
35-
python-versions: "3.11"
35+
python-versions: "3.12"
3636
secrets: inherit

.github/workflows/reusable-nox.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)