Use Python 3.12 in pyproject.toml
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user