|
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 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 32 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
33 | 33 | os: [ubuntu-22.04, windows-2022] |
34 | 34 |
|
35 | 35 | permissions: |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | strategy: |
129 | 129 | fail-fast: false |
130 | 130 | matrix: |
131 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 131 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
132 | 132 | os: [ubuntu-latest] |
133 | 133 |
|
134 | 134 | env: |
@@ -256,7 +256,7 @@ jobs: |
256 | 256 | strategy: |
257 | 257 | fail-fast: false |
258 | 258 | matrix: |
259 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 259 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
260 | 260 | os: [windows-2022] |
261 | 261 |
|
262 | 262 | env: |
@@ -405,7 +405,7 @@ jobs: |
405 | 405 | strategy: |
406 | 406 | fail-fast: false |
407 | 407 | matrix: |
408 | | - python: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 408 | + python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] |
409 | 409 | os: [ubuntu-22.04, windows-2022] |
410 | 410 |
|
411 | 411 | runs-on: ${{ matrix.os }} |
|
0 commit comments