mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-14 12:52:04 +00:00
Add Python 3.13 to test matrix
This commit is contained in:
parent
f3842aca42
commit
9425d82b35
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']
|
py_version: ['3.9', '3.11', '3.12', '3.13']
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
include:
|
include:
|
||||||
- py_version: '3.8.15'
|
- py_version: '3.8.15'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue