diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 5a23ce156..1eda45934 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -39,8 +39,6 @@ jobs: config: - {os: ubuntu-latest, python: "3.9", ffmpeg: "6.1", extras: true} - {os: ubuntu-latest, python: "3.9", ffmpeg: "6.0"} - - {os: ubuntu-latest, python: "3.9", ffmpeg: "5.1"} - - {os: ubuntu-latest, python: "3.9", ffmpeg: "5.0"} - {os: ubuntu-latest, python: pypy3.9, ffmpeg: "6.1"} - {os: macos-12, python: "3.9", ffmpeg: "6.1"} @@ -120,8 +118,6 @@ jobs: config: - {os: windows-latest, python: "3.9", ffmpeg: "6.1"} - {os: windows-latest, python: "3.9", ffmpeg: "6.0"} - - {os: windows-latest, python: "3.9", ffmpeg: "5.1"} - - {os: windows-latest, python: "3.9", ffmpeg: "5.0"} steps: - name: Checkout diff --git a/docs/overview/installation.rst b/docs/overview/installation.rst index c43504d7a..1e57c8bef 100644 --- a/docs/overview/installation.rst +++ b/docs/overview/installation.rst @@ -55,7 +55,7 @@ See the `Conda quick install `_ docs t Bring your own FFmpeg --------------------- -PyAV can also be compiled against your own build of FFmpeg ((version ``5.0`` or higher). You can force installing PyAV from source by running: +PyAV can also be compiled against your own build of FFmpeg (version ``6.0`` or higher). You can force installing PyAV from source by running: .. code-block:: bash diff --git a/scripts/ffmpeg-5.0.json b/scripts/ffmpeg-5.0.json deleted file mode 100644 index 41969df2c..000000000 --- a/scripts/ffmpeg-5.0.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": ["https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/5.0.1-1/ffmpeg-{platform}.tar.gz"] -} diff --git a/scripts/ffmpeg-5.1.json b/scripts/ffmpeg-5.1.json deleted file mode 100644 index 75e4b8eca..000000000 --- a/scripts/ffmpeg-5.1.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": ["https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/5.1.3-1/ffmpeg-{platform}.tar.gz"] -}