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
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