|
16 | 16 | ver-script-part1: "import json; f = open('version.json', 'r'); j = json.load(f); f.close(); " |
17 | 17 | ver-script-part2: "d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))" |
18 | 18 | fetch-depth: 1 |
19 | | - python-ver-test-all-dtypes: '3.13' |
| 19 | + python-ver-test-all-dtypes: '3.14' |
20 | 20 | test-env-name: 'test' |
21 | 21 | rerun-tests-on-failure: 'true' |
22 | 22 | rerun-tests-max-attempts: 2 |
|
29 | 29 | strategy: |
30 | 30 | fail-fast: false |
31 | 31 | matrix: |
32 | | - # Cannot build conda package with python 3.14 due to dependency conflict between stock numpy and Intel MKL |
33 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 32 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
34 | 33 | os: [ubuntu-22.04, windows-2022] |
35 | 34 |
|
36 | 35 | permissions: |
@@ -129,7 +128,7 @@ jobs: |
129 | 128 | strategy: |
130 | 129 | fail-fast: false |
131 | 130 | matrix: |
132 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 131 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
133 | 132 | os: [ubuntu-latest] |
134 | 133 |
|
135 | 134 | env: |
@@ -257,7 +256,7 @@ jobs: |
257 | 256 | strategy: |
258 | 257 | fail-fast: false |
259 | 258 | matrix: |
260 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 259 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
261 | 260 | os: [windows-2022] |
262 | 261 |
|
263 | 262 | env: |
@@ -406,7 +405,7 @@ jobs: |
406 | 405 | strategy: |
407 | 406 | fail-fast: false |
408 | 407 | matrix: |
409 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 408 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
410 | 409 | os: [ubuntu-22.04, windows-2022] |
411 | 410 |
|
412 | 411 | runs-on: ${{ matrix.os }} |
|
0 commit comments