Skip to content

Commit 5b09294

Browse files
committed
use python3.13 only for testing
1 parent fd3b5fc commit 5b09294

1 file changed

Lines changed: 27 additions & 21 deletions

File tree

.github/workflows/build-ocp.yml

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
os: ["ubuntu-22.04", "ubuntu-22.04-arm"]
38-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
38+
# python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
39+
python-version: ["3.13"] # restricted for initial testing
3940
use-vtk: ["vtk", "novtk"]
40-
exclude:
41-
- python-version: "3.14"
42-
use-vtk: "vtk"
41+
# exclude:
42+
# - python-version: "3.14"
43+
# use-vtk: "vtk"
4344
include:
4445
- os: "ubuntu-22.04"
4546
runner: ubuntu-latest
@@ -69,11 +70,12 @@ jobs:
6970
fail-fast: false
7071
matrix:
7172
os: ["macos-15-intel", "macos-15", "windows-2022"]
72-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
73+
# python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
74+
python-version: ["3.13"] # restricted for initial testing
7375
use-vtk: ["vtk", "novtk"]
74-
exclude:
75-
- python-version: "3.14"
76-
use-vtk: "vtk"
76+
# exclude:
77+
# - python-version: "3.14"
78+
# use-vtk: "vtk"
7779
include:
7880
- os: "macos-15"
7981
vtk-libs: ".dylibs/libvtk*.dylib"
@@ -175,7 +177,8 @@ jobs:
175177
strategy:
176178
fail-fast: false
177179
matrix:
178-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
180+
# python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
181+
python-version: ["3.13"] # restricted for initial testing
179182

180183
steps:
181184
- uses: actions/checkout@v4
@@ -220,11 +223,12 @@ jobs:
220223
fail-fast: false
221224
matrix:
222225
os: ["ubuntu-22.04", "ubuntu-22.04-arm"]
223-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
226+
# python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
227+
python-version: ["3.13"] # restricted for initial testing
224228
use-vtk: ["vtk", "novtk"]
225-
exclude:
226-
- python-version: "3.14"
227-
use-vtk: "vtk"
229+
# exclude:
230+
# - python-version: "3.14"
231+
# use-vtk: "vtk"
228232
include:
229233
- os: "ubuntu-22.04"
230234
runner: ubuntu-latest
@@ -257,11 +261,12 @@ jobs:
257261
fail-fast: false
258262
matrix:
259263
os: ["macos-15-intel", "macos-15", "windows-2022"]
260-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
264+
# python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
265+
python-version: ["3.13"] # restricted for initial testing
261266
use-vtk: ["vtk", "novtk"]
262-
exclude:
263-
- python-version: "3.14"
264-
use-vtk: "vtk"
267+
# exclude:
268+
# - python-version: "3.14"
269+
# use-vtk: "vtk"
265270
include:
266271
- os: "macos-15"
267272
delocate: delocate
@@ -319,11 +324,12 @@ jobs:
319324
"ubuntu-22.04-arm",
320325
"windows-2022",
321326
]
322-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
327+
# python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
328+
python-version: ["3.13"] # restricted for initial testing
323329
use-vtk: ["vtk", "novtk"]
324-
exclude:
325-
- python-version: "3.14"
326-
use-vtk: "vtk"
330+
# exclude:
331+
# - python-version: "3.14"
332+
# use-vtk: "vtk"
327333
include:
328334
- os: "macos-15-intel"
329335
runner: macos-15-intel

0 commit comments

Comments
 (0)