diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fea7d9d29..c24212b84 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,6 @@ jobs: - {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-latest, python: 3.9, ffmpeg: "6.1"} @@ -123,7 +122,6 @@ jobs: - {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 67b2655d6..57746b724 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 ``5.1`` or higher). You can force installing PyAV from source by running: .. code-block:: bash