We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b1340 commit 98159e3Copy full SHA for 98159e3
.github/workflows/python-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
max-parallel: 2
17
matrix:
18
os: [macos-latest, windows-latest]
19
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8, 3.9]
20
21
steps:
22
- uses: actions/checkout@v2
0 commit comments