From: Lee Garrett <debian@rocketjump.eu>
Date: Sun, 20 Apr 2025 11:03:32 -0400
Subject: Allow running with ansible-core 2.19

Forwarded: https://github.com/mitogen-hq/mitogen/pull/1259
Bug-Upstream: https://github.com/mitogen-hq/mitogen/issues/1258
---
 ansible_mitogen/loaders.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible_mitogen/loaders.py b/ansible_mitogen/loaders.py
index 123dd4a..9597e3e 100644
--- a/ansible_mitogen/loaders.py
+++ b/ansible_mitogen/loaders.py
@@ -49,7 +49,7 @@ __all__ = [
 
 
 ANSIBLE_VERSION_MIN = (2, 10)
-ANSIBLE_VERSION_MAX = (2, 18)
+ANSIBLE_VERSION_MAX = (2, 19)
 
 NEW_VERSION_MSG = (
     "Your Ansible version (%s) is too recent. The most recent version\n"
