mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 19:04:35 +00:00
ci: Exclude py3.9 with Ansible milestone
Python 3.9 is no longer supported by the latest Ansible milestone version. 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
@@ -96,6 +96,10 @@ jobs:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.8"
|
"python-version": "3.8"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.9"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.7"
|
"python-version": "3.7"
|
||||||
@@ -159,6 +163,10 @@ jobs:
|
|||||||
"ansible-version": "milestone",
|
"ansible-version": "milestone",
|
||||||
"python-version": "3.8"
|
"python-version": "3.8"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"ansible-version": "milestone",
|
||||||
|
"python-version": "3.9"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ansible-version": "devel",
|
"ansible-version": "devel",
|
||||||
"python-version": "3.7"
|
"python-version": "3.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user