We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc72be commit ee46f9dCopy full SHA for ee46f9d
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
max-parallel: 15
15
matrix:
16
node: [14.x, 16.x, 18.x]
17
- python: ["3.6", "3.8", "3.10"]
+ python: ["3.6", "3.8", "3.10", "3.11"]
18
os: [macos-latest, ubuntu-latest, windows-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
0 commit comments