Skip to content

Support for Python 3.14 (GIL-free threading) #196

Description

@peircej

Would be great if ffpyplayer could provide wheels for Python 3.14

3.14 brings free-threading (no GIL) to Python by default (whereas in Python 3.13 it relies on the user fetching the correct interpreter/installer) Suffice to say free threading is very useful, especially to apps that use video rendering (e.g. prepare the video while updating the GUI in another thread) so this is a particularly useful update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions