This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch py314 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 7cbf1f6fa12e42b8ed80e0be754dd8024d2e09b7 Author: Miguel Caballer Fernandez <[email protected]> AuthorDate: Tue Jul 21 16:16:17 2026 +0200 Add support for Python 3.14 in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ff083c6e9..8b5edf2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules",
