Skip to content

Commit a0b1e44

Browse files
committed
deps: bump minimum python to 3.10
3.9 is now EOL, and yt-dlp no longer supports it.
1 parent 1678d16 commit a0b1e44

File tree

2 files changed

+6
-142
lines changed

2 files changed

+6
-142
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [
1313
]
1414
description = "Distributed web crawling with browsers"
1515
readme = "README.rst"
16-
requires-python = ">=3.9"
16+
requires-python = ">=3.10"
1717
classifiers = [
1818
"Development Status :: 5 - Production/Stable",
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)