Merge pull request #252 from 0xFelix/fix-milestone-py312-exclude

fix(ci): exclude Python 3.12 from milestone test matrix
This commit is contained in:
kubevirt-prow[bot]
2026-07-03 14:35:33 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -154,6 +154,10 @@ jobs:
"ansible-version": "milestone", "ansible-version": "milestone",
"python-version": "3.11" "python-version": "3.11"
}, },
{
"ansible-version": "milestone",
"python-version": "3.12"
},
{ {
"ansible-version": "devel", "ansible-version": "devel",
"python-version": "3.10" "python-version": "3.10"
@@ -231,6 +235,10 @@ jobs:
"ansible-version": "milestone", "ansible-version": "milestone",
"python-version": "3.11" "python-version": "3.11"
}, },
{
"ansible-version": "milestone",
"python-version": "3.12"
},
{ {
"ansible-version": "devel", "ansible-version": "devel",
"python-version": "3.10" "python-version": "3.10"

View File

@@ -63,6 +63,10 @@ on:
"ansible-version": "milestone", "ansible-version": "milestone",
"python-version": "3.11" "python-version": "3.11"
}, },
{
"ansible-version": "milestone",
"python-version": "3.12"
},
{ {
"ansible-version": "devel", "ansible-version": "devel",
"python-version": "3.10" "python-version": "3.10"