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