ports/sysutils/py-mitogen/patches/patch-ansible_mitogen_loaders_py

13 lines
325 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: ansible_mitogen/loaders.py
--- ansible_mitogen/loaders.py.orig
+++ ansible_mitogen/loaders.py
@@ -49,7 +49,7 @@ __all__ = [
ANSIBLE_VERSION_MIN = (2, 10)
-ANSIBLE_VERSION_MAX = (2, 13)
+ANSIBLE_VERSION_MAX = (2, 14)
NEW_VERSION_MSG = (
"Your Ansible version (%s) is too recent. The most recent version\n"