mirror of https://github.com/ansible/ansible.git
parent
589a3aa198
commit
f0fff1a533
@ -0,0 +1,3 @@
|
||||
release_summary: |
|
||||
| Release Date: 2024-09-30
|
||||
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
|
@ -1,3 +1,3 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 66.1.0, <= 72.1.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
||||
requires = ["setuptools >= 66.1.0, <= 75.1.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
Loading…
Reference in New Issue