mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
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:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user