mirror of https://github.com/ansible/ansible.git
Set the minimum setuptools to 45.2.0 (#80649)
Also update the package-data sanity test to use the minimum setuptools version.pull/76156/merge
parent
ece8da71ea
commit
4d25e3d54f
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- The minimum required ``setuptools`` version is now 45.2.0, as it is the oldest version to support Python 3.10.
|
@ -1,4 +1,4 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 39.2.0"]
|
||||
requires = ["setuptools >= 45.2.0"]
|
||||
backend-path = ["packaging"] # requires 'Pip>=20' or 'pep517>=0.6.0'
|
||||
build-backend = "pep517_backend.hooks" # wraps `setuptools.build_meta`
|
||||
|
Loading…
Reference in New Issue