We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9833d02 commit f2e54f5Copy full SHA for f2e54f5
1 file changed
.github/workflows/smoke.yml
@@ -37,8 +37,10 @@ jobs:
37
config:
38
- {os: ubuntu-24.04, python: "3.12", ffmpeg: "8.0.1", extras: true}
39
- {os: ubuntu-24.04, python: "3.10", ffmpeg: "8.0.1"}
40
+ - {os: ubuntu-24.04, python: "3.13", ffmpeg: "8.1"}
41
- {os: ubuntu-24.04, python: "pypy3.11", ffmpeg: "8.0.1"}
42
- {os: macos-14, python: "3.11", ffmpeg: "8.0.1"}
43
+ - {os: macos-14, python: "3.14", ffmpeg: "8.1"}
44
45
env:
46
PYAV_PYTHON: python${{ matrix.config.python }}
0 commit comments