Skip to content

Commit

Permalink
Test against Python 3.11 (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Apr 24, 2022
1 parent a2ac371 commit 87ecc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
matrix:
python-version: [
["3.7", "37"], ["3.8", "38"], ["3.9", "39"], ["3.10", "310"]
["3.7", "37"], ["3.8", "38"], ["3.9", "39"], ["3.10", "310"], ["3.11.0-alpha.7", "311"]
]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 87ecc40

Please sign in to comment.