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 332b572 commit 95f41e5Copy full SHA for 95f41e5
1 file changed
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
fail-fast: false
38
matrix:
39
- python-version: [3.11]
+ python-version: [3.9, 3.10, 3.11, latest]
40
node-version: [latest]
41
os: [ubuntu-latest]
42
runs-on: ${{ matrix.os }}
0 commit comments