Upgrade Python to 3.10

This commit is contained in:
Gergely Polonkai 2024-01-22 13:41:04 +01:00
parent f784e58fad
commit 0728698ed4
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ authors = ["Gergely Polonkai <gergely@polonkai.eu>"]
license = "GPL"
[tool.poetry.dependencies]
python = "^3.6"
python = "^3.10"
pelican = {version = "^4.5.1", extras = ["markdown"]}
typogrify = "^2.0.7"