Skip to content

Commit 90a8dc5

Browse files
committed
deps: bump minimum python to 3.10
3.9 is now EOL, and yt-dlp no longer supports it.
1 parent 47d8d4d commit 90a8dc5

3 files changed

Lines changed: 7 additions & 143 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
version: ['3.9', '3.12', '3.13']
19+
version: ['3.10', '3.12', '3.14']
2020
steps:
2121
- uses: actions/checkout@v4
2222

pyproject.toml

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

0 commit comments

Comments
 (0)