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