Skip to content

Commit

Permalink
bump ansible to 2.17, raise minimum python to 3.7 (#195)
Browse files Browse the repository at this point in the history
bump ansible to 2.17 and python to 3.6
  • Loading branch information
maxhoesel authored Jun 18, 2024
1 parent 1e1f2e2 commit df0fc44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit df0fc44

Please sign in to comment.