1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-03-07 04:51:46 +01:00

Drop python 3.9

This commit is contained in:
David Lynch 2026-03-06 12:14:35 -06:00
parent 4fb69375f4
commit a0c8a557f2
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4

View file

@ -3,7 +3,7 @@ authors = [
{name = "David Lynch", email = "kemayo@gmail.com"},
]
license = {text = "MIT"}
requires-python = "<4.0,>=3.9"
requires-python = "<4.0,>=3.10"
dependencies = [
"attrs<26.0.0,>=25.1.0",
"beautifulsoup4<5.0.0,>=4.13.3",