We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a090a1e commit 91b1340Copy full SHA for 91b1340
.github/workflows/pythonpackage.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [windows-latest, ubuntu-latest, macos-latest]
17
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8, 3.9]
18
steps:
19
- uses: actions/checkout@v2
20
- name: Set up Python ${{ matrix.python-version }}
0 commit comments