From 229944e7b4ad494fff8905a934b49f5fbdd92cb2 Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Fri, 15 Jul 2022 07:05:58 -0700 Subject: [PATCH] Require later setuptools for python 3.11 (#1256) --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 66affdae7..6e4216958 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,12 +36,13 @@ packages = find: install_requires = ansible-builder >=1, <2 ansible-runner >=2, <3 + backports.zoneinfo; python_version < "3.9.0" + importlib-resources; python_version < "3.9.0" jinja2 jsonschema onigurumacffi >=1.1.0, <2 pyyaml - importlib-resources; python_version < "3.9.0" - backports.zoneinfo; python_version < "3.9.0" + setuptools >= 63.1.0; python_version >= '3.11' tzdata python_requires = >=3.8