Merge pull request #1064 from jellyfin/oddstr13-patch-5

Add Python 3.14 to test matrix
This commit is contained in:
Odd Stråbø 2025-11-08 19:29:23 +01:00 committed by GitHub
commit c370d7a232
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
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]
include:
- py_version: '3.8'