From 424b39fe3676a88662db1f90ffab7267649301e6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 27 Apr 2025 12:24:53 +0200 Subject: [PATCH] Since we require ansible-core >= 2.15, nothing before Python 2.7 is supported and used in tests anyway. --- tests/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config.yml b/tests/config.yml index 5444c9e1..38590f2e 100644 --- a/tests/config.yml +++ b/tests/config.yml @@ -6,4 +6,4 @@ # See template for more information: # https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/config/config.yml modules: - python_requires: '>= 2.7' + python_requires: default