Skip to content

Commit 7f1306e

Browse files
author
Nyako Shigure
authored
Drop Python 3.9 from paddle wheel workflow (#7)
1 parent cab51ee commit 7f1306e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/paddle_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
31+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3232
permissions:
3333
id-token: write
3434
contents: read
@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
121+
python-version: ["3.10", "3.11", "3.12", "3.13"]
122122
# FFmpeg 8.0 depends on libopenvino.so.2520, PaddlePaddle CPU depends on libopenvino.so.2500
123123
# There has some conflict causing test failures, but it works with PaddlePaddle GPU.
124124
# We skip FFmpeg 8.0 tests for PaddlePaddle CPU builds for now.

0 commit comments

Comments
 (0)