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:
Javier Cano Cano
2026-05-12 11:38:26 +02:00
parent 19cc611159
commit adca55e6ab

View File

@@ -1,3 +1,3 @@
---
modules:
python_requires: ">=3.9,<=3.13"
python_requires: ">=3.10,<=3.14"