Skip to content

Commit

Permalink
tests: add python 3.11 to the tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 5, 2023
1 parent 7d61c35 commit 7e4b869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.11"]
requirements-level: [pypi]
env:
EXTRAS: tests
Expand Down

0 comments on commit 7e4b869

Please sign in to comment.