Fix supported python versions

pull/2/head
Gonçalo Valério 2 months ago
parent 4eff78da2e
commit cc4acda723
Signed by: dethos
GPG Key ID: DF557F2BDCC2445E

@ -21,7 +21,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.9"
beautifulsoup4 = "^4.10.0"
[tool.poetry.dev-dependencies]

Loading…
Cancel
Save