2121
2222 strategy :
2323 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' ]
2525
2626 steps :
2727 - name : Cancel Previous Runs
6363
6464 - name : Build conda package
6565 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"
6767 VERSIONS="--python ${{ matrix.python }}"
6868 TEST="--no-test"
6969
9090
9191 strategy :
9292 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' ]
9494
9595 steps :
9696 - name : Cancel Previous Runs
@@ -132,7 +132,7 @@ jobs:
132132 echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE\\" >> $GITHUB_ENV
133133
134134 - 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
136136
137137 - name : Upload artifact
138138 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
@@ -152,12 +152,12 @@ jobs:
152152
153153 strategy :
154154 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' ]
156156 experimental : [false]
157157 runner : [ubuntu-latest]
158158 continue-on-error : ${{ matrix.experimental }}
159159 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
161161
162162 steps :
163163 - name : Download artifact
@@ -226,12 +226,12 @@ jobs:
226226
227227 strategy :
228228 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' ]
230230 experimental : [false]
231231 runner : [windows-latest]
232232 continue-on-error : ${{ matrix.experimental }}
233233 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
235235
236236 steps :
237237 - name : Download artifact
0 commit comments