Skip to content

Commit

Permalink
Update setup.cfg: New mitgon and ansible version support
Browse files Browse the repository at this point in the history
Ansible-base now required as ansible_collections.ansible.builtin was moved out of ansible.

This might cause problems with backwards compatibility of ansible-core older 2.14
  • Loading branch information
Data-hYg authored May 3, 2024
1 parent 673b22b commit b5b2d0f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ python_requires = >= 3.8
platforms = any
install_requires =
ansible>=2.8.0.0
ansible-core<2.14

ansible-core<2.16
ansible-base

[options.extras_require]
dev =
bandit[toml]
Expand All @@ -41,7 +42,7 @@ dev =
pre-commit
tox
tests =
mitogen>=0.2.8
mitogen>=0.3.7
paramiko
port-for
pytest
Expand Down

0 comments on commit b5b2d0f

Please sign in to comment.