From ad57157a6254aad32fbf8df0f0b0d05183adeb97 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:22:49 +0100 Subject: [PATCH] add python 3.13 to ci --- .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 1d7b0b2..f60b26f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.12"] + python-version: ["3.9", "3.12", "3.13"] os: [ubuntu-latest] runs-on: ${{ matrix.os }}