From 10a8948a84662cb73fc3b658e02b402cd2bacab7 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 8 Oct 2025 12:42:20 +0200 Subject: [PATCH] Also test the application with python 3.14 --- .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 49d0add45..3ad835cad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.10', '3.11', '3.12', '3.13' ] + python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ] name: CI job (python ${{ matrix.python-version }}) steps: