|
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.10', '3.11', '3.12', '3.13'] |
| 32 | + python: ['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.10', '3.11', '3.12', '3.13'] |
| 131 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
132 | 132 | os: [ubuntu-latest] |
133 | 133 |
|
134 | 134 | env: |
@@ -261,7 +261,7 @@ jobs: |
261 | 261 | strategy: |
262 | 262 | fail-fast: false |
263 | 263 | matrix: |
264 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 264 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
265 | 265 | os: [windows-2022] |
266 | 266 |
|
267 | 267 | env: |
@@ -410,7 +410,7 @@ jobs: |
410 | 410 | strategy: |
411 | 411 | fail-fast: false |
412 | 412 | matrix: |
413 | | - python: ['3.10', '3.11', '3.12', '3.13'] |
| 413 | + python: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
414 | 414 | os: [ubuntu-22.04, windows-2022] |
415 | 415 |
|
416 | 416 | runs-on: ${{ matrix.os }} |
|
0 commit comments