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:
parent
4fb69375f4
commit
a0c8a557f2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/python-package-poetry.yml
vendored
2
.github/workflows/python-package-poetry.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue