mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-18 12:34:39 +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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
py_version: ['3.9', '3.11', '3.12']
|
||||
py_version: ['3.9', '3.11', '3.12', '3.13']
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
include:
|
||||
- py_version: '3.8.15'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue