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 <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2025-08-12 09:29:06 +02:00
parent e81e370104
commit ef18e17d5c
2 changed files with 12 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"