From 0b2db0394ff1b502ad8a1ea2cf1a88f9f43ea779 Mon Sep 17 00:00:00 2001 From: Leif Warland Date: Mon, 6 Jan 2025 09:51:24 +0100 Subject: [PATCH] tests: add python 3.13 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 446e4f86..6672e1b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - python-version: ['3.11', '3.12'] + python-version: ['3.11', '3.12', '3.13'] services: rdf4j: