Drop Python 3.8 support

Python 3.8 is EOL since October. It's no longer supported by new versions
of yt-dlp, limiting video capture support. It's also no longer supported
by setuptools, which has complicated distribution - it's preventing us
from keeping packaging configuration up to date.
This commit is contained in:
Misty De Méo 2025-06-12 12:47:04 -07:00 committed by Misty De Méo
parent 0227da6530
commit 33f60ce609
6 changed files with 9 additions and 99 deletions

View file

@ -49,7 +49,7 @@ setuptools.setup(
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Archiving",
],