mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-09 18:06:35 +00:00
Merge pull request #1064 from jellyfin/oddstr13-patch-5
Add Python 3.14 to test matrix
This commit is contained in:
commit
c370d7a232
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
py_version: ['3.9', '3.11', '3.12', '3.13']
|
py_version: ['3.9', '3.11', '3.12', '3.13', '3.14']
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
include:
|
include:
|
||||||
- py_version: '3.8'
|
- py_version: '3.8'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue