Skip to content

Commit 9647830

Browse files
author
Daniel Flores
committed
remove more locations of python 3.9
1 parent 8264b64 commit 9647830

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# 3.10 corresponds to the minimum python version for which we build
6666
# the wheel unless the label ciflow/binaries/all is present in the
6767
# PR.
68-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
68+
python-version: ['3.10', '3.11', '3.12', '3.13']
6969
cuda-version: ['12.6', '12.8', '12.9', '13.0']
7070
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
7171
ffmpeg-version-for-tests: ['4.4.2', '5', '6', '7', '8.0']

.github/workflows/linux_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
66+
python-version: ['3.10', '3.11', '3.12', '3.13']
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
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
68+
python-version: ['3.10', '3.11', '3.12', '3.13']
6969
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1', '8.0']
7070
needs: build
7171
steps:

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
70+
python-version: ['3.10', '3.11', '3.12', '3.13']
7171
# TODO: FFmpeg 5 on Windows segfaults in avcodec_open2() when passing
7272
# bad parameters.
7373
# See https://github.com/pytorch/torchcodec/pull/806

0 commit comments

Comments
 (0)