We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb8ea4 commit 77d14a8Copy full SHA for 77d14a8
.github/workflows/python_build.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
max-parallel: 4
18
matrix:
19
- python-version: [3.6, 3.7, 3.8, 39]
+ python-version: [3.6, 3.7, 3.8, 3.9]
20
env:
21
OS: ${{ matrix.os }}
22
PYTHON: ${{ matrix.python-version }}
0 commit comments