From df0fc448af3d35a88cd32e506f3873406b0f0484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Tue, 18 Jun 2024 14:22:26 +0200 Subject: [PATCH] bump ansible to 2.17, raise minimum python to 3.7 (#195) bump ansible to 2.17 and python to 3.6 --- .circleci/config.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69b1860..fa8c6a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,8 +46,8 @@ workflows: parallelism: 3 matrix: parameters: - ansible-version: ["2.15", "2.16"] - node-python-version: ["3.6"] + ansible-version: ["2.16", "2.17"] + node-python-version: ["3.7"] - collection-testing/pre-commit-lint: name: Lint - collection-testing/publish-github: diff --git a/README.md b/README.md index efd2869..65b913b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ for v1.0 becomes available. ### Dependencies - A recent version of ansible. We test against the current and the previous major release -- Python 3.6 or newer on remote hosts and the controller +- Python 3.7 or newer on remote hosts and the controller ### Install via ansible-galaxy