From 575b3a2115a43e5932b4e8542e213d8029f1e08a Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Mar 11 2022 18:37:08 +0000 Subject: azure: Bump supported Pylint Fixes: https://pagure.io/freeipa/issue/9117 Signed-off-by: Stanislav Levin Reviewed-By: Rob Crittenden --- diff --git a/.wheelconstraints.in b/.wheelconstraints.in index c9ec4e1..4c99d33 100644 --- a/.wheelconstraints.in +++ b/.wheelconstraints.in @@ -10,6 +10,6 @@ ipaserver == @VERSION@ ipatests == @VERSION@ # keep pylint version in sync with current Fedora release -# F34 has 2.6 +# F36 has 2.12.2 # https://pagure.io/freeipa/issue/8818 added pylint 2.8 support -pylint < 2.9 +pylint ~= 2.12.2