We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a189a7d commit d8acd23Copy full SHA for d8acd23
.github/workflows/build-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
13
os: [windows-2019, ubuntu-18.04, ubuntu-20.04]
14
- python-version: [3.7, 3.8]
+ python-version: [3.7, 3.8, 3.9]
15
exclude:
16
- os: ubuntu-20.04
17
python-version: 3.7
0 commit comments