We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d10d77 commit abfbc73Copy full SHA for abfbc73
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
20
- python-version: [3.7, 3.8]
+ python-version: [3.7, 3.8, 3.9]
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up Python ${{ matrix.python-version }}
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
- python-version: ["3.7", "3.8"]
+ python-version: ["3.7", "3.8", "3.9"]
48
49
50
- uses: conda-incubator/setup-miniconda@v2
0 commit comments