chore(ci): Exclude Python 3.11 from devel

This Python version is no longer supported by devel versions of
ansible-core.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2025-07-31 10:37:35 +02:00
parent c30dd2488c
commit 5bd7d7169a
2 changed files with 12 additions and 0 deletions

View File

@@ -121,6 +121,10 @@ jobs:
{ {
"ansible-version": "devel", "ansible-version": "devel",
"python-version": "3.10" "python-version": "3.10"
},
{
"ansible-version": "devel",
"python-version": "3.11"
} }
] ]
@@ -154,6 +158,10 @@ jobs:
{ {
"ansible-version": "devel", "ansible-version": "devel",
"python-version": "3.10" "python-version": "3.10"
},
{
"ansible-version": "devel",
"python-version": "3.11"
} }
] ]

View File

@@ -30,6 +30,10 @@ on:
{ {
"ansible-version": "devel", "ansible-version": "devel",
"python-version": "3.10" "python-version": "3.10"
},
{
"ansible-version": "devel",
"python-version": "3.11"
} }
] ]
required: false required: false