Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
...
3 changes: 1 addition & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down