Merge pull request #784 from jellyfin/add-py3.12

Add Python 3.12 to test matrix
This commit is contained in:
Odd Stråbø 2023-10-21 12:42:49 +02:00 committed by GitHub
commit c4ee2b0da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
py_version: ['2.7', '3.9', '3.11']
py_version: ['2.7', '3.9', '3.11', '3.12']
os: [ubuntu-latest, windows-latest]
exclude:
- os: windows-latest