mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
missed a few python 3.12 updates (#2936)
This commit is contained in:
2
.github/workflows/pip-compile-docs.yml
vendored
2
.github/workflows/pip-compile-docs.yml
vendored
@@ -32,5 +32,5 @@ jobs:
|
||||
'pip-compile(requirements)'
|
||||
reset-branch: "${{ inputs.reset-branch || false }}"
|
||||
labels: "${{ inputs.labels || 'doc builds,no_backport' }}"
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
secrets: inherit
|
||||
|
||||
18
.github/workflows/reusable-nox.yml
vendored
18
.github/workflows/reusable-nox.yml
vendored
@@ -16,24 +16,24 @@ jobs:
|
||||
# python-versions: comma-separated list of Python versions to install
|
||||
# extra-args (optional): extra arguments to pass to nox session.
|
||||
- session: static
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
- session: formatters_check
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
- session: typing
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
- session: spelling
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
- session: "checkers(rstcheck)"
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
- session: "checkers(rst-yamllint)"
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
- session: "checkers(docs-build)"
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
- session: "actionlint"
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
- session: "pip-compile"
|
||||
extra-args: "--check"
|
||||
python-versions: "3.11"
|
||||
python-versions: "3.12"
|
||||
name: "Run nox ${{ matrix.session }} session"
|
||||
steps:
|
||||
- name: Check out repo
|
||||
|
||||
Reference in New Issue
Block a user