Skip to content

Commit

Permalink
Require later setuptools for python 3.11 (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Jul 15, 2022
1 parent c54bf9c commit 229944e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Expand Up @@ -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

Expand Down

0 comments on commit 229944e

Please sign in to comment.