This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch chore/more_install_checks in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 4d31b513d16c02a68f913052ef9db64c875455c9 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sun Mar 2 17:44:50 2025 +0100 Update min version of the tools used for creating a release. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4e8467f0..0a2074766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ [build-system] requires = [ - "setuptools~=70.1.1", - "wheel~=0.43.0" + "setuptools~=75.3.0", + "wheel~=0.45.1" ] build-backend = "setuptools.build_meta"