mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 00:44:35 +00:00
fix(ci): exclude Python 3.12 from ansible-core devel jobs
ansible-core devel now requires Python >= 3.13. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -161,6 +161,10 @@ jobs:
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.11"
|
||||
},
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.12"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -234,6 +238,10 @@ jobs:
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.11"
|
||||
},
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.12"
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -70,6 +70,10 @@ on:
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.11"
|
||||
},
|
||||
{
|
||||
"ansible-version": "devel",
|
||||
"python-version": "3.12"
|
||||
}
|
||||
]
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user