Skip to content

Commit 938a0a6

Browse files
authored
Complete support of python 3.10 in external CI (#1269)
1 parent 62fa3ab commit 938a0a6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
python: ['3.8', '3.9']
32+
python: ['3.8', '3.9', '3.10']
3333
os: [ubuntu-20.04, windows-latest]
34-
include:
35-
- python: '3.10'
36-
os: ubuntu-20.04
3734

3835
runs-on: ${{ matrix.os }}
3936

@@ -110,7 +107,7 @@ jobs:
110107

111108
strategy:
112109
matrix:
113-
python: ['3.8', '3.9']
110+
python: ['3.8', '3.9', '3.10']
114111
os: [ubuntu-20.04, ubuntu-latest]
115112

116113
experimental: [false]
@@ -215,7 +212,7 @@ jobs:
215212

216213
strategy:
217214
matrix:
218-
python: ['3.8', '3.9']
215+
python: ['3.8', '3.9', '3.10']
219216
experimental: [false]
220217

221218
continue-on-error: ${{ matrix.experimental }}
@@ -384,7 +381,7 @@ jobs:
384381

385382
strategy:
386383
matrix:
387-
python: ['3.8', '3.9']
384+
python: ['3.8', '3.9', '3.10']
388385
os: [ubuntu-20.04, windows-latest]
389386

390387
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)