|
13 | 13 | description: 'Github release version tag for the ITKPythonBuilds build archive to use' |
14 | 14 | required: false |
15 | 15 | type: string |
16 | | - default: 'v6.0b01.post1' |
| 16 | + default: 'v6.0b02' |
17 | 17 | itk-python-package-tag: |
18 | 18 | # See https://github.com/InsightSoftwareConsortium/ITKPythonPackage |
19 | 19 | description: 'Git tag or commit hash for ITKPythonPackage build scripts to use' |
20 | 20 | required: false |
21 | 21 | type: string |
22 | | - # v6.0b01 |
23 | | - default: 'v6.0b01.post1' |
| 22 | + # v6.0b02 |
| 23 | + default: 'v6.0b02' |
24 | 24 | itk-python-package-org: |
25 | 25 | description: 'Github organization name for fetching ITKPythonPackage build scripts' |
26 | 26 | required: false |
|
37 | 37 | type: string |
38 | 38 | # Do not build explicit python 3.12 packages. The 3.11 packages support >= 3.11. |
39 | 39 | # Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11 through the Stable ABI. |
40 | | - default: '["9","10","11"]' |
| 40 | + default: '["10","11"]' |
41 | 41 | manylinux-platforms: |
42 | 42 | description: 'JSON-formatted array of "<manylinux-image>-<arch>" specializations' |
43 | 43 | required: false |
@@ -265,7 +265,7 @@ jobs: |
265 | 265 | sudo xcode-select -s "/Applications/Xcode_16.2.app" |
266 | 266 |
|
267 | 267 | - name: Get specific version of CMake, Ninja |
268 | | - uses: lukka/get-cmake@v3.29.0 |
| 268 | + uses: lukka/get-cmake@v4.2.3 |
269 | 269 |
|
270 | 270 | - name: 'Fetch build script' |
271 | 271 | if: matrix.python3-minor-version != '8' |
@@ -345,7 +345,7 @@ jobs: |
345 | 345 |
|
346 | 346 | steps: |
347 | 347 | - name: Get specific version of CMake, Ninja |
348 | | - uses: lukka/get-cmake@v3.29.0 |
| 348 | + uses: lukka/get-cmake@v4.2.3 |
349 | 349 |
|
350 | 350 | - uses: actions/checkout@v4 |
351 | 351 | with: |
|
0 commit comments