Skip to content

Commit

Permalink
Merge pull request #784 from jellyfin/add-py3.12
Browse files Browse the repository at this point in the history
Add Python 3.12 to test matrix
  • Loading branch information
oddstr13 authored Oct 21, 2023
2 parents 7131c61 + cc28d32 commit c4ee2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4ee2b0

Please sign in to comment.