This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch run_tests_py312
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit af76e787ebcd9b67b8913afed112a196a822c791
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 31 18:06:24 2023 +0200

    Also try running tests under Python 3.12 beta.
---
 pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 7a2fe8b87..25fc6db0b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,7 @@
+[build-system]
+requires = ["setuptools~=66.1", "wheel~=0.37.1"]
+build-backend = "setuptools.build_meta"
+
 [tool.black]
 line_length = 100
 target_version = ['py37', 'py38', 'py39', 'py310']

Reply via email to