Use Python 3.12 in pyproject.toml

This commit is contained in:
2024-05-17 19:31:17 +02:00
parent cbd964e07c
commit 9c63916716
3 changed files with 8 additions and 68 deletions

View File

@ -5,7 +5,7 @@ description = "RSS bot for Discord"
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.12"
reader = "^3.12"
discord-webhook = "^1.3.1"
platformdirs = "^3.11.0"
@ -28,11 +28,6 @@ djlint = "^1.34.1"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 120
target-version = ["py311"]
preview = true
[tool.djlint]
ignore = "D004,D018,J018,T001,J004"
profile = "jinja"