Also test the application with python 3.14

This commit is contained in:
Roland Geider
2025-10-08 12:42:20 +02:00
parent c814cf4770
commit 10a8948a84

View File

@@ -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: