freebsd-ports/sysutils/py-mitogen/files/patch-ansible__mitogen_loaders.py
Dave Cottlehuber 28de41d46b sysutils/py-mitogen: update to 0.3.3
- monkeypatch python3.9 support until upstream does a release

Sponsored by:   SkunkWerks, GmbH
2022-08-09 10:44:34 +00:00

11 lines
333 B
Python

--- ansible_mitogen/loaders.py.orig 2022-08-09 10:30:15 UTC
+++ ansible_mitogen/loaders.py
@@ -48,7 +48,7 @@ ANSIBLE_VERSION_MIN = (2, 10)
ANSIBLE_VERSION_MIN = (2, 10)
-ANSIBLE_VERSION_MAX = (2, 12)
+ANSIBLE_VERSION_MAX = (2, 13)
NEW_VERSION_MSG = (
"Your Ansible version (%s) is too recent. The most recent version\n"