From 76019403350079835ab3458cc8ec3574b154cc5d Mon Sep 17 00:00:00 2001 From: Panos Vagenas Date: Tue, 10 Jun 2025 23:04:44 +0200 Subject: [PATCH] ci: add 3.13 to tested Python versions Signed-off-by: Panos Vagenas --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c770975..c7062d2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 - name: Install uv and set the python version