diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6fdca0..35296fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,10 @@ jobs: "ansible-version": "milestone", "python-version": "3.11" }, + { + "ansible-version": "milestone", + "python-version": "3.12" + }, { "ansible-version": "devel", "python-version": "3.10" @@ -231,6 +235,10 @@ jobs: "ansible-version": "milestone", "python-version": "3.11" }, + { + "ansible-version": "milestone", + "python-version": "3.12" + }, { "ansible-version": "devel", "python-version": "3.10" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7161d37..c49ed9c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -63,6 +63,10 @@ on: "ansible-version": "milestone", "python-version": "3.11" }, + { + "ansible-version": "milestone", + "python-version": "3.12" + }, { "ansible-version": "devel", "python-version": "3.10"