Skip to content

Commit 06fb2e9

Browse files
authored
Add Python 3.11 to test matrix (#666)
1 parent 9f4011b commit 06fb2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [Ubuntu, MacOS, Windows]
22-
python-version: [3.7, 3.8, 3.9, "3.10"]
22+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
2323
defaults:
2424
run:
2525
shell: bash

0 commit comments

Comments
 (0)