From ec10e6627a71a71cc8f1afa24ba55dcde8cb2591 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 30 Dec 2025 10:22:44 +0000 Subject: [PATCH] mesh-2770: suppot 3.14 --- .github/workflows/pull-request.yml | 2 +- .tool-versions | 2 +- pyproject.toml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9620721..1a24953 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: tox: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] runs-on: ubuntu-latest if: github.repository == 'NHSDigital/nhs-context-logging' diff --git a/.tool-versions b/.tool-versions index 12cf562..7b5c0db 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ poetry 1.8.5 -python 3.8.12 3.9.12 3.10.12 3.11.5 3.12.2 \ No newline at end of file +python 3.8.12 3.9.12 3.10.12 3.11.5 3.12.2 3.13.11 3.14.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index da73e29..ded5ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ check_untyped_defs = true [tool.tox] legacy_tox_ini = """ [tox] -envlist = py38,py39,py310,py311,py312 +envlist = py38,py39,py310,py311,py312,py313,p314 [gh-actions] python = @@ -145,6 +145,8 @@ python = 3.10: py310 3.11: py311 3.12: py312 + 3.13: py313 + 3.14: p314 [testenv] deps =