mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 08:54:43 +00:00
fix(ci): exclude Python 3.12 from milestone test matrix
ansible-core milestone now requires Python >=3.13, causing all py3.12/milestone CI jobs to fail with: "Package 'ansible-core' requires a different Python: 3.12 not in '>=3.13'" Assisted-by: Claude Code Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user