Skip to content

Commit

Permalink
Drop support for ffmpeg 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Mar 23, 2024
1 parent 6e15755 commit 7e775ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/overview/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See the `Conda quick install <https://conda.io/docs/install/quick.html>`_ 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
Expand Down

0 comments on commit 7e775ca

Please sign in to comment.