Skip to content

Commit 148024d

Browse files
committed
update python versions syntax in generate-matrix
1 parent 1951f6c commit 148024d

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/linux_cuda_aarch64_wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: enable
3838
build-python-only: "disable"
39+
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
3940
build:
4041
needs: generate-matrix
4142
strategy:
@@ -66,7 +67,7 @@ jobs:
6667
strategy:
6768
fail-fast: false
6869
matrix:
69-
python-version: ['3.10']
70+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
7071
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1', '8.0']
7172
needs: build
7273
steps:

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: enable
3838
build-python-only: "disable"
39-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
39+
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4040
build:
4141
needs: generate-matrix
4242
strategy:

.github/workflows/linux_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
39+
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4040

4141
build:
4242
needs: generate-matrix
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
python-versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
66+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6767
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1', '8.0']
6868
needs: build
6969
steps:

.github/workflows/macos_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
39+
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4040

4141
build:
4242
needs: generate-matrix

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39-
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
39+
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
4040

4141

4242
build:

0 commit comments

Comments
 (0)