From 463260759a02150e082ed61b25e21bdfac2c68e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 6 Dec 2024 08:20:10 +0100 Subject: [PATCH] Add Python 3.13 to tests (#4249) --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a133c9f336f..f2a4a6afb7e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -56,6 +56,7 @@ jobs: - "dev" python-version: - "3.12" + - "3.13" steps: - name: 📥 Checkout the repository uses: actions/checkout@v4.2.2