mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-25 00:44:35 +00:00
chore(test): Update test configuration
It updates test python versions configuration to 3.10 and 3.14. Otherwise, it fails to run coverage tests due to non supported operations such as merge dicts. Signed-off-by: Javier Cano Cano <jcanocan@redhat.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
modules:
|
||||
python_requires: ">=3.9,<=3.13"
|
||||
python_requires: ">=3.10,<=3.14"
|
||||
|
||||
Reference in New Issue
Block a user