We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0864f62 commit 9fd7798Copy full SHA for 9fd7798
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8, 3.9]
22
os: [ubuntu-latest, macOS-latest]
23
include:
24
- os: ubuntu-latest
0 commit comments