Add Python 3.11 to test workflow matrix

This commit is contained in:
Odd Stråbø 2023-06-13 17:17:02 +02:00 committed by GitHub
parent 08b6e7ed0c
commit a4293e2806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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