From 57e34619b95f2fad5f9a391a7c34d8edff7d7636 Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Mon, 20 Oct 2025 12:59:59 +0200 Subject: [PATCH] chore(workflows): add python 3.13 to pytest matrix Missed this... Signed-off-by: Mirza Krak --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 930c5bb..03b5741 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.14"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - name: Harden the runner (Audit all outbound calls)