Skip to content

Commit 9159368

Browse files
authored
Use stable-2.18 and Python 3.13 by default. (#95)
1 parent 8fd31e0 commit 9159368

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ on:
1616
description: The version of Python to install.
1717
required: false
1818
type: string
19-
default: '3.11'
19+
default: '3.13'
2020
ansible-ref:
2121
description: The ref from which to install ansible, for example "stable-2.14" or "milestone".
2222
required: false
2323
type: string
24-
default: stable-2.17
24+
default: stable-2.18
2525
init-dest-dir:
2626
description: A directory relative to the checkout where the init process has already been run.
2727
required: false

.github/workflows/_shared-docs-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ on:
1616
description: The version of Python to install.
1717
required: false
1818
type: string
19-
default: '3.11'
19+
default: '3.13'
2020
ansible-ref:
2121
description: The ref from which to install ansible, for example "stable-2.14" or "milestone".
2222
required: false
2323
type: string
24-
default: stable-2.17
24+
default: stable-2.18
2525
build-ref:
2626
description: |
2727
The ref from this repository to check out and build.

.github/workflows/generate-wiki-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-python@v5
3636
if: fromJSON(env.SHOULD_RUN)
3737
with:
38-
python-version: '3.11'
38+
python-version: '3.13'
3939

4040
- name: Install Ansible
4141
if: fromJSON(env.SHOULD_RUN)

.github/workflows/test-action-build-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install Python
114114
uses: actions/setup-python@v5
115115
with:
116-
python-version: 3.11
116+
python-version: 3.13
117117

118118
# if we pass an empty string to dest-dir, it will override the default.
119119
# we can't copy the default into the matrix because it uses a templating

0 commit comments

Comments
 (0)