File tree Expand file tree Collapse file tree 4 files changed +160
-24
lines changed
Expand file tree Collapse file tree 4 files changed +160
-24
lines changed Original file line number Diff line number Diff line change 2828 fail-fast : false
2929 matrix :
3030 config :
31- - pythonv : ' 3.13 '
31+ - pythonv : ' 3.14 '
3232 os : ubuntu-latest
33- - pythonv : ' 3.13 '
33+ - pythonv : ' 3.14 '
3434 os : macos-15-intel
3535 steps :
3636 - name : checkout (action)
8282 fail-fast : false
8383 matrix :
8484 config :
85- - pythonv : ' 3.13 '
85+ - pythonv : ' 3.14 '
8686 os : ubuntu-latest
87- - pythonv : ' 3.13 '
87+ - pythonv : ' 3.14 '
8888 os : macos-15-intel
8989 env :
9090 CMAKE_FLAGS : -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILES=ON
@@ -149,7 +149,7 @@ jobs:
149149 fail-fast : false
150150 matrix :
151151 config :
152- - pythonv : ' 3.13 '
152+ - pythonv : ' 3.14 '
153153 os : windows-latest
154154 vsenvarch : x64
155155 env :
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ python-preamble-job =::
66 fail-fast: false
77 matrix:
88 config:
9- - {pythonv: '3.13 ', os: ubuntu-latest}
10- - {pythonv: '3.13 ', os: macos-15-intel}
9+ - {pythonv: '3.14 ', os: ubuntu-latest}
10+ - {pythonv: '3.14 ', os: macos-15-intel}
1111python-preamble-job-win =::
1212 runs-on: ${{matrix.config.os}}
1313 strategy:
1414 fail-fast: false
1515 matrix:
1616 config:
17- - {pythonv: '3.13 ', os: windows-latest, vsenvarch: x64}
17+ - {pythonv: '3.14 ', os: windows-latest, vsenvarch: x64}
1818
1919
2020setup-env-win =::
You can’t perform that action at this time.
0 commit comments