21
21
22
22
strategy :
23
23
matrix :
24
- python : ['3.9', '3.10', '3.11', '3.12', '3.13']
24
+ python : ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
25
25
26
26
steps :
27
27
- name : Cancel Previous Runs
63
63
64
64
- name : Build conda package
65
65
run : |
66
- CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels"
66
+ CHANNELS="-c conda-forge -c conda-forge/label/python_rc -c https://software.repos.intel.com/python/conda --override-channels"
67
67
VERSIONS="--python ${{ matrix.python }}"
68
68
TEST="--no-test"
69
69
90
90
91
91
strategy :
92
92
matrix :
93
- python : ['3.9', '3.10', '3.11', '3.12', '3.13']
93
+ python : ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
94
94
95
95
steps :
96
96
- name : Cancel Previous Runs
@@ -132,7 +132,7 @@ jobs:
132
132
echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE\\" >> $GITHUB_ENV
133
133
134
134
- name : Build conda package
135
- run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
135
+ run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge -c conda-forge/label/python_rc - -override-channels conda-recipe
136
136
137
137
- name : Upload artifact
138
138
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
@@ -152,12 +152,12 @@ jobs:
152
152
153
153
strategy :
154
154
matrix :
155
- python : ['3.9', '3.10', '3.11', '3.12', '3.13']
155
+ python : ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
156
156
experimental : [false]
157
157
runner : [ubuntu-latest]
158
158
continue-on-error : ${{ matrix.experimental }}
159
159
env :
160
- CHANNELS : -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
160
+ CHANNELS : -c conda-forge -c conda-forge/label/python_rc -c https://software.repos.intel.com/python/conda --override-channels
161
161
162
162
steps :
163
163
- name : Download artifact
@@ -226,12 +226,12 @@ jobs:
226
226
227
227
strategy :
228
228
matrix :
229
- python : ['3.9', '3.10', '3.11', '3.12', '3.13']
229
+ python : ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
230
230
experimental : [false]
231
231
runner : [windows-latest]
232
232
continue-on-error : ${{ matrix.experimental }}
233
233
env :
234
- CHANNELS : -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels
234
+ CHANNELS : -c conda-forge -c conda-forge/label/python_rc -c https://software.repos.intel.com/python/conda --override-channels
235
235
236
236
steps :
237
237
- name : Download artifact
0 commit comments