Also test the application on python 3.13

This commit is contained in:
Roland Geider
2024-11-19 11:39:09 +01:00
parent 2405d3610b
commit c284945a8a

View File

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