Description: Allow running with ansible-core 2.19
Author: Lee Garrett <debian@rocketjump.eu>
Forwarded: not-needed
Last-Update: 2025-04-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/ansible_mitogen/loaders.py
+++ b/ansible_mitogen/loaders.py
@@ -49,7 +49,7 @@
 
 
 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"
