forked from Lainports/freebsd-ports
- monkeypatch python3.9 support until upstream does a release Sponsored by: SkunkWerks, GmbH
11 lines
333 B
Python
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"
|