This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch add_py314_tests in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit dbe79f669bd9f4f0b917617a00449381a3d885f0 Author: Miguel Caballer <[email protected]> AuthorDate: Tue Feb 17 09:04:28 2026 +0100 Add python 3.14 unit tests --- .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
