Wilson.Wang & Mona,
Could you please remind the Developer that --- On June 27, 2023, Python 3.7 will reach end-of-life and will no longer be supported by the Python Software Foundation.
That means, no more security and bug fixes as well as any new features. If you do a simple Google search on "Python 3.7 deprecating" it will provide more information. Since StreamFab is hardcoded to use version 3.7 there is no telling what will happen once it reaches end-of-life.
One major potential problem is that --- "yt-dlp supports only Python 3.7+, and may remove support for more versions as they become EOL." That is copied from yt-dlp's readme.md on github. That means that yt-dlp will possibly stop working when 3.7 is deprecated. While StreamFab does not use yt-dlp by name, it is totally incorporated in StreamFab's YoutubeToMP3Process.exe. If YoutubeToMP3Process stops working, StreamFab stops working.
There are currently two stable versions of Python - 3.10.4 and 3.11.3. Python 3.11 has the advantage as it is 10%-60% faster than 3.10 (depending on the task being performed). It can only be imagined how much faster it is than 3.7.
Could you please remind the Developer that --- On June 27, 2023, Python 3.7 will reach end-of-life and will no longer be supported by the Python Software Foundation.
That means, no more security and bug fixes as well as any new features. If you do a simple Google search on "Python 3.7 deprecating" it will provide more information. Since StreamFab is hardcoded to use version 3.7 there is no telling what will happen once it reaches end-of-life.
One major potential problem is that --- "yt-dlp supports only Python 3.7+, and may remove support for more versions as they become EOL." That is copied from yt-dlp's readme.md on github. That means that yt-dlp will possibly stop working when 3.7 is deprecated. While StreamFab does not use yt-dlp by name, it is totally incorporated in StreamFab's YoutubeToMP3Process.exe. If YoutubeToMP3Process stops working, StreamFab stops working.
There are currently two stable versions of Python - 3.10.4 and 3.11.3. Python 3.11 has the advantage as it is 10%-60% faster than 3.10 (depending on the task being performed). It can only be imagined how much faster it is than 3.7.
Comment