Merge pull request #199 from 0xFelix/bump-devel-excludes

chore(ci): Exclude Python 3.11 from devel
This commit is contained in:
kubevirt-bot
2025-07-31 10:27:50 +01:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

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

View File

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