From dbe79f669bd9f4f0b917617a00449381a3d885f0 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Tue, 17 Feb 2026 09:04:28 +0100 Subject: [PATCH] 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 468a9b3106..243c4a32a6 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 1cd443e756..a48bd11582 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