From c020e207f4c65190a4237141fef9a99f2c843f89 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 3 Nov 2024 11:15:05 +0100 Subject: [PATCH] Restrict Ansible 8 to cyberark.conjur < 1.3.1. --- 8/ansible-8.constraints | 3 +++ 1 file changed, 3 insertions(+) diff --git a/8/ansible-8.constraints b/8/ansible-8.constraints index e69de29bb2..e256172773 100644 --- a/8/ansible-8.constraints +++ b/8/ansible-8.constraints @@ -0,0 +1,3 @@ +# cyberark.conjur 1.3.1 no longer is compatible with Python 3.9, which is used for the bytecompile test in antsibull-build for Ansible 8, +# and happens to be the minimum required controller Python version supported by ansible-core 2.15, on which Ansible 8 is based. +cyberark.conjur: <1.3.1