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 37e6e6acc1aa93fa92d1e69fea9cccde373a250b
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 ++++
 setup.py       | 1 +
 tox.ini        | 1 +
 3 files changed, 6 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']
diff --git a/setup.py b/setup.py
index cd96eaab9..10b3d4618 100644
--- a/setup.py
+++ b/setup.py
@@ -321,6 +321,7 @@ setup(
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
+        "Programming Language :: Python :: 3.12",
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
     ],
diff --git a/tox.ini b/tox.ini
index 233040495..125cb44ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,7 @@ allowlist_externals =
     /bin/bash
     scripts/*.sh
 basepython =
+    py3.12-dev: python3.12
     pypypy3: pypy3
     pypypy3.7: pypy3.7
     pypypy-3.7: pypy3.7

Reply via email to