From ef18e17d5c1fa4d725d5018f3b9f12bad096843d Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Tue, 12 Aug 2025 09:29:06 +0200 Subject: [PATCH] chore(ci): Exclude Python 3.11 from milestone This Python version is no longer supported by milestone versions of ansible-core. Signed-off-by: Felix Matouschek --- .github/workflows/ci.yml | 8 ++++++++ .github/workflows/integration.yml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffebb3d..6a75209 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,10 @@ jobs: "ansible-version": "milestone", "python-version": "3.10" }, + { + "ansible-version": "milestone", + "python-version": "3.11" + }, { "ansible-version": "devel", "python-version": "3.10" @@ -155,6 +159,10 @@ jobs: "ansible-version": "milestone", "python-version": "3.10" }, + { + "ansible-version": "milestone", + "python-version": "3.11" + }, { "ansible-version": "devel", "python-version": "3.10" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 962a395..2f7f879 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,6 +27,10 @@ on: "ansible-version": "milestone", "python-version": "3.10" }, + { + "ansible-version": "milestone", + "python-version": "3.11" + }, { "ansible-version": "devel", "python-version": "3.10"