diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 352634ff6..e4bd3af4b 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -36,7 +36,7 @@ jobs: config: - {os: ubuntu-latest, python: "3.12", ffmpeg: "7.1", extras: true} - {os: ubuntu-latest, python: "3.9", ffmpeg: "7.0.2"} - - {os: ubuntu-latest, python: pypy3.9, ffmpeg: "7.1"} + - {os: ubuntu-latest, python: "pypy3.10", ffmpeg: "7.1"} - {os: macos-14, python: "3.9", ffmpeg: "7.1"} - {os: macos-14, python: "3.9", ffmpeg: "7.0.2"}