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 f2ad87f commit 0a67dcdCopy full SHA for 0a67dcd
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
max-parallel: 15
10
matrix:
11
node: [12.x, 14.x, 16.x]
12
- python: [3.6, 3.8, 3.9]
+ python: ["3.6", "3.8", "3.10"]
13
os: [macos-latest, ubuntu-latest, windows-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
0 commit comments