Skip to content

Commit fbb347e

Browse files
Remove 3.11 and 3.12 versions of Python from build matrix for conda-package workflow since it uses Intel channel
1 parent 0808679 commit fbb347e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
strategy:
126126
matrix:
127-
python: ['3.9', '3.10', '3.11', '3.12']
127+
python: ['3.9', '3.10']
128128
env:
129129
conda-bld: C:\Miniconda\conda-bld\win-64\
130130
steps:
@@ -169,7 +169,7 @@ jobs:
169169
shell: cmd /C CALL {0}
170170
strategy:
171171
matrix:
172-
python: ['3.9', '3.10', '3.11', '3.12']
172+
python: ['3.9', '3.10']
173173
experimental: [false]
174174
runner: [windows-2019]
175175
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)