From c284945a8a7f3750d72b9d1b142c0e5e8353f7eb Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Tue, 19 Nov 2024 11:39:09 +0100 Subject: [PATCH] Also test the application on python 3.13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b6746a6e..19c5de243 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: #TODO: pypy3 has problems compiling lxml - python-version: [ '3.10', '3.11', '3.12' ] + python-version: [ '3.10', '3.11', '3.12', '3.13' ] name: CI job (python ${{ matrix.python-version }}) steps: