mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Also test the application on python 3.13
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user