Skip to content

Commit ee46f9d

Browse files
authored
Add Python 3.11 to the testing
https://docs.python.org/3/whatsnew/3.11.html
1 parent 2cc72be commit ee46f9d

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
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 15
1515
matrix:
1616
node: [14.x, 16.x, 18.x]
17-
python: ["3.6", "3.8", "3.10"]
17+
python: ["3.6", "3.8", "3.10", "3.11"]
1818
os: [macos-latest, ubuntu-latest, windows-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)