This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit a2114923adcaee6b022b43410db59df5d7e53c26 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sat Jun 29 12:09:10 2024 +0200 Use newer version of setuptools and wheel package for creating the release artifact. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92486944b..b94fae8ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,8 @@ [build-system] requires = [ - "setuptools~=66.1", - "wheel~=0.37.1" + "setuptools~=70.1.1", + "wheel~=0.43.0" ] build-backend = "setuptools.build_meta"