Skip to content

Commit

Permalink
Add Python 3.11 to test matrix (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus authored Aug 5, 2023
1 parent 9f4011b commit 06fb2e9
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 @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 06fb2e9

Please sign in to comment.