1616 ver-script-part1 : " import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
1717 ver-script-part2 : " d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
1818 fetch-depth : 1
19- python-ver-test-all-dtypes : ' 3.13 '
19+ python-ver-test-all-dtypes : ' 3.14 '
2020 test-env-name : ' test'
2121 rerun-tests-on-failure : ' true'
2222 rerun-tests-max-attempts : 2
2929 strategy :
3030 fail-fast : false
3131 matrix :
32- python : ['3.9 ', '3.10 ', '3.11 ', '3.12 ', '3.13 ']
32+ python : ['3.10 ', '3.11 ', '3.12 ', '3.13 ', '3.14 ']
3333 os : [ubuntu-22.04, windows-2022]
3434
3535 permissions :
@@ -93,22 +93,22 @@ jobs:
9393 continue-on-error : true
9494 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
9595 env :
96- MAX_BUILD_CMPL_MKL_VERSION : ' 2025.3a0 '
96+ MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0 '
9797
9898 - name : ReBuild conda package
9999 if : steps.build_conda_pkg.outcome == 'failure'
100100 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
101101 env :
102- MAX_BUILD_CMPL_MKL_VERSION : ' 2025.3a0 '
102+ MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0 '
103103
104104 - name : Upload artifact
105- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
105+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
106106 with :
107107 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
108108 path : ${{ env.CONDA_BLD }}${{ env.package-name }}-*.conda
109109
110110 - name : Upload wheels artifact
111- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
112112 with :
113113 name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
114114 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.package-name }}-*.whl
@@ -128,7 +128,7 @@ jobs:
128128 strategy :
129129 fail-fast : false
130130 matrix :
131- python : ['3.9 ', '3.10 ', '3.11 ', '3.12 ', '3.13 ']
131+ python : ['3.10 ', '3.11 ', '3.12 ', '3.13 ', '3.14 ']
132132 os : [ubuntu-latest]
133133
134134 env :
@@ -139,14 +139,19 @@ jobs:
139139 ver-json-path : ' ${{ github.workspace }}/version.json'
140140
141141 steps :
142+ - name : Set Swap Space
143+ uses : pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
144+ with :
145+ swap-size-gb : 8
146+
142147 - name : Checkout DPNP repo
143148 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
144149 with :
145150 fetch-depth : ${{ env.fetch-depth }}
146151 path : ${{ env.dpnp-repo-path }}
147152
148153 - name : Download artifact
149- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
154+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
150155 with :
151156 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
152157 path : ${{ env.pkg-path-in-channel }}
@@ -256,7 +261,7 @@ jobs:
256261 strategy :
257262 fail-fast : false
258263 matrix :
259- python : ['3.9 ', '3.10 ', '3.11 ', '3.12 ', '3.13 ']
264+ python : ['3.10 ', '3.11 ', '3.12 ', '3.13 ', '3.14 ']
260265 os : [windows-2022]
261266
262267 env :
@@ -274,7 +279,7 @@ jobs:
274279 path : ${{ env.dpnp-repo-path }}
275280
276281 - name : Download artifact
277- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
282+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
278283 with :
279284 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
280285 path : ${{ env.pkg-path-in-channel }}
@@ -405,7 +410,7 @@ jobs:
405410 strategy :
406411 fail-fast : false
407412 matrix :
408- python : ['3.9 ', '3.10 ', '3.11 ', '3.12 ', '3.13 ']
413+ python : ['3.10 ', '3.11 ', '3.12 ', '3.13 ', '3.14 ']
409414 os : [ubuntu-22.04, windows-2022]
410415
411416 runs-on : ${{ matrix.os }}
@@ -430,12 +435,12 @@ jobs:
430435 fetch-depth : ${{ env.fetch-depth }}
431436
432437 - name : Download artifact
433- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
438+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
434439 with :
435440 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
436441
437442 - name : Download wheels artifact
438- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
443+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
439444 with :
440445 name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
441446
@@ -519,7 +524,7 @@ jobs:
519524 path : ${{ env.dpnp-repo-path }}
520525
521526 - name : Download artifact
522- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
527+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
523528 with :
524529 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
525530 path : ${{ env.pkg-path-in-channel }}
0 commit comments