From 2deb84e72fe792afc93ca304acfc06465761f2d9 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg <2500@gmx.de> Date: Fri, 24 Apr 2026 15:01:57 +0200 Subject: [PATCH] Update dependencies and the test plan --- .github/workflows/test.yml | 10 +++------- meta/runtime.yml | 2 +- requirements-test.txt | 3 +-- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8cfdae..a622fcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,18 +17,14 @@ jobs: fail-fast: false matrix: include: - - python: "3.10" - ansible: "stable-2.16" - image_tag: "latest" - python: "3.11" - ansible: "stable-2.17" - lower_bounds: true - - python: "3.12" ansible: "stable-2.18" + lower_bounds: true + image_tag: "latest" - python: "3.13" ansible: "stable-2.19" - python: "3.14" - ansible: "devel" + ansible: "stable-2.20" image_tag: "nightly" lower_bounds: true steps: diff --git a/meta/runtime.yml b/meta/runtime.yml index 0495045..794c09a 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -43,5 +43,5 @@ action_groups: - task - user - x509_cert_guard -requires_ansible: '>=2.16.0,<2.20' +requires_ansible: '>=2.16.0,<2.21' ... diff --git a/requirements-test.txt b/requirements-test.txt index 9fb4b52..9b102fd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,8 +1,7 @@ pulp-glue<0.37,>=0.29.2 pulp-glue-deb<0.4.0,>=0.3.0 -ansible_runner<2.3; python_version < '3.7' -ansible_runner; python_version >= '3.7' +ansible_runner flake8 pylint pycodestyle