Skip to content

Commit 18fa029

Browse files
committed
Use Python 3.9 in CI
1 parent b180d59 commit 18fa029

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/conda-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
python: [3.8]
15+
python: [3.8, 3.9]
1616
steps:
1717
- uses: actions/checkout@v2
1818
with:
@@ -57,7 +57,7 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
python: [3.8]
60+
python: [3.8, 3.9]
6161
env:
6262
conda-bld: C:\Miniconda\conda-bld\win-64\
6363
steps:
@@ -96,7 +96,7 @@ jobs:
9696

9797
strategy:
9898
matrix:
99-
python: [3.8]
99+
python: [3.8, 3.9]
100100
experimental: [false]
101101
runner: [ubuntu-latest]
102102
# include:
@@ -160,7 +160,7 @@ jobs:
160160

161161
strategy:
162162
matrix:
163-
python: [3.8]
163+
python: [3.8, 3.9]
164164
experimental: [false]
165165
runner: [windows-latest]
166166
continue-on-error: ${{ matrix.experimental }}
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: ubuntu-latest
217217
strategy:
218218
matrix:
219-
python: [3.8]
219+
python: [3.8, 3.9]
220220
steps:
221221
- name: Download artifact
222222
uses: actions/download-artifact@v2
@@ -241,7 +241,7 @@ jobs:
241241
runs-on: windows-latest
242242
strategy:
243243
matrix:
244-
python: [3.8]
244+
python: [3.8, 3.9]
245245
steps:
246246
- name: Download artifact
247247
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)