This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new de03f1d92 Add python 3.14 unit tests (#2122)
de03f1d92 is described below
commit de03f1d9246976709a47d1ab2b9d3070496c9163
Author: Miguel Caballer Fernandez <[email protected]>
AuthorDate: Wed Feb 18 13:33:51 2026 +0100
Add python 3.14 unit tests (#2122)
---
.github/workflows/main.yml | 1 +
tox.ini | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 468a9b310..243c4a32a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -36,6 +36,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
+ - "3.14"
# cryptography is not compatible with older PyPy versions
- "pypy-3.10"
os:
diff --git a/tox.ini b/tox.ini
index 1cd443e75..a48bd1158 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,7 @@ basepython =
{py3.11,py3.11-dist,py3.11-dist-wheel}: python3.11
{py3.12,py3.12-dist,py3.12-dist-wheel}: python3.12
{py3.13-dev,py3.13-dev-dist,py3.13-dev-dist-wheel}: python3.13
+ {py3.14-dev,py3.14-dev-dist,py3.14-dev-dist-wheel}: python3.14
setenv =
CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
# NOTE: By default we run tests on CI in parallel to speed up the build