From 545fa26085df33cbfab653240131e2e6be99b073 Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Fri, 12 Sep 2025 12:14:49 +0100 Subject: [PATCH 1/3] Add Python 3.14 to test matrix --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 9ea74686b8..183307dd44 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: "actions/checkout@v4" From 2779aa36e28fc6f4eaee1d104c2359e1384e960c Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Fri, 12 Sep 2025 12:18:44 +0100 Subject: [PATCH 2/3] Update pytest version to 8.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08953d828b..ea42cf4841 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ twine==6.1.0 coverage[toml]==7.10.6 cryptography==45.0.7 mypy==1.17.1 -pytest==8.4.1 +pytest==8.4.3 ruff==0.12.11 trio==0.30.0 trio-typing==0.10.0 From 221a0b324d96518676b0f06479a19a87b4f4d832 Mon Sep 17 00:00:00 2001 From: Kim Christie Date: Fri, 12 Sep 2025 12:19:51 +0100 Subject: [PATCH 3/3] Downgrade pytest from 8.4.3 to 8.4.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea42cf4841..830cbdd49f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ twine==6.1.0 coverage[toml]==7.10.6 cryptography==45.0.7 mypy==1.17.1 -pytest==8.4.3 +pytest==8.4.2 ruff==0.12.11 trio==0.30.0 trio-typing==0.10.0