Skip to content

Commit

Permalink
Merge pull request #741 from jellyfin/oddstr13-patch-3
Browse files Browse the repository at this point in the history
Add Python 3.11 to test workflow matrix
  • Loading branch information
oddstr13 committed Jun 26, 2023
2 parents fdde31d + a4293e2 commit ce06ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
py_version: ['2.7', '3.9']
py_version: ['2.7', '3.9', '3.11']
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v3.1.1
if: ${{ matrix.py_version == '3.9' }}
if: ${{ matrix.py_version == '3.11' }}

- name: Publish Test Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ce06ba0

Please sign in to comment.