mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-18 12:34:39 +00:00
Kodi 21 still uses Python 3.8 on Windows
This commit is contained in:
parent
225bd02eaf
commit
f3842aca42
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
matrix:
|
||||
py_version: ['3.9', '3.11', '3.12']
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
include:
|
||||
- py_version: '3.8.15'
|
||||
os: windows-latest
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue