From 5de6b7c4a17fc28f5fb062ebcd78e2a610d76d22 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Tue, 1 Apr 2025 18:20:02 +0100 Subject: [PATCH] Run tests on 3.14 --- .github/workflows/test.yml | 1 + noxfile.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f544df95a..b34c57c11b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,7 @@ jobs: 3.11 3.12 3.13 + 3.14-dev - run: pip install poetry nox nox-poetry uv - run: nox -r -t tests -s "${{ matrix.session.session }}" diff --git a/noxfile.py b/noxfile.py index fe967a01bc..0fee09c1fc 100644 --- a/noxfile.py +++ b/noxfile.py @@ -8,7 +8,7 @@ nox.options.error_on_external_run = True nox.options.default_venv_backend = "uv" -PYTHON_VERSIONS = ["3.13", "3.12", "3.11", "3.10", "3.9"] +PYTHON_VERSIONS = ["3.14", "3.13", "3.12", "3.11", "3.10"] GQL_CORE_VERSIONS = [ "3.2.3",