Skip to content

Commit

Permalink
Adds Python 3.12 (ansible-collections#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister authored Aug 7, 2024
1 parent 5e054f8 commit 97d9ef2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
ansible_version: "stable-2.16"
- python_version: "3.11"
ansible_version: "devel"
- python_version: "3.12"
ansible_version: "devel"
steps:

- name: Check out code
Expand Down Expand Up @@ -58,6 +60,8 @@ jobs:
ansible_version: "stable-2.16"
- python_version: "3.11"
ansible_version: "devel"
- python_version: "3.12"
ansible_version: "devel"
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -165,6 +169,9 @@ jobs:
- python_version: "3.11"
ansible_version: "devel"
docker_image: "ubuntu2204"
- python_version: "3.12"
ansible_version: "devel"
docker_image: "ubuntu2204"
steps:

- name: Check out code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mongodb-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python_version: "3.11"
- ansible_version: "devel"
python_version: "3.11"
- ansible_version: "devel"
python_version: "3.12"

steps:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
matrix:
python_version:
- "3.11"
- "3.12"
mongodb_role: ${{ fromJson(needs.roles_matrix.outputs.matrix) }}

steps:
Expand Down

0 comments on commit 97d9ef2

Please sign in to comment.