From fcb4a6072ce91ae1b9456d98910f99058c803a5f Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 22 Jul 2025 13:00:39 +0200 Subject: [PATCH 1/2] Try the SDK with Python 3.14 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8af16d640e..d9f88915f4 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ requires = virtualenv<20.26.3 envlist = # === Common === - {py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common + {py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14}-common # === Gevent === {py3.6,py3.8,py3.10,py3.11,py3.12}-gevent @@ -870,6 +870,7 @@ basepython = py3.11: python3.11 py3.12: python3.12 py3.13: python3.13 + py3.14: python3.14 # Python version is pinned here because flake8 actually behaves differently # depending on which version is used. You can patch this out to point to From 338474b2a28ed7f65724a3463499dd8bf9ca5a38 Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 22 Jul 2025 13:30:06 +0200 Subject: [PATCH 2/2] . --- .github/workflows/test-integrations-common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations-common.yml b/.github/workflows/test-integrations-common.yml index 2ceb23b79c..839f6e411d 100644 --- a/.github/workflows/test-integrations-common.yml +++ b/.github/workflows/test-integrations-common.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"] + python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13","3.14"] # python3.6 reached EOL and is no longer being supported on # new versions of hosted runners on Github Actions # ubuntu-20.04 is the last version that supported python3.6