Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97d9ef2

Browse files
authored
Adds Python 3.12 (ansible-collections#671)
1 parent 5e054f8 commit 97d9ef2

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/ansible-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
ansible_version: "stable-2.16"
2323
- python_version: "3.11"
2424
ansible_version: "devel"
25+
- python_version: "3.12"
26+
ansible_version: "devel"
2527
steps:
2628

2729
- name: Check out code
@@ -58,6 +60,8 @@ jobs:
5860
ansible_version: "stable-2.16"
5961
- python_version: "3.11"
6062
ansible_version: "devel"
63+
- python_version: "3.12"
64+
ansible_version: "devel"
6165
steps:
6266
- name: Check out code
6367
uses: actions/checkout@v4
@@ -165,6 +169,9 @@ jobs:
165169
- python_version: "3.11"
166170
ansible_version: "devel"
167171
docker_image: "ubuntu2204"
172+
- python_version: "3.12"
173+
ansible_version: "devel"
174+
docker_image: "ubuntu2204"
168175
steps:
169176

170177
- name: Check out code

.github/workflows/mongodb-cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
python_version: "3.11"
2828
- ansible_version: "devel"
2929
python_version: "3.11"
30+
- ansible_version: "devel"
31+
python_version: "3.12"
3032

3133
steps:
3234

.github/workflows/test-roles.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
matrix:
4646
python_version:
4747
- "3.11"
48+
- "3.12"
4849
mongodb_role: ${{ fromJson(needs.roles_matrix.outputs.matrix) }}
4950

5051
steps:

0 commit comments

Comments
 (0)