mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-14 12:52:04 +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:
|
matrix:
|
||||||
py_version: ['3.9', '3.11', '3.12']
|
py_version: ['3.9', '3.11', '3.12']
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
|
include:
|
||||||
|
- py_version: '3.8.15'
|
||||||
|
os: windows-latest
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue