mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-21 14:09:00 -04:00
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:
parent
0227da6530
commit
33f60ce609
6 changed files with 9 additions and 99 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue