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 ff592e7 commit 5bb6da5Copy full SHA for 5bb6da5
.github/workflows/python.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- python-version: [3.6, 3.7]
+ python-version: [3.6, 3.7, 3.8, 3.9]
10
11
steps:
12
- uses: actions/[email protected]
0 commit comments