Bump minimal Python version to 3.12 due to aiopath dependency
Some checks failed
/ test (push) Failing after 27s

This commit is contained in:
phil 2024-12-14 19:23:02 +01:00
parent ed3812b0f0
commit f7d8a1972a
3 changed files with 12 additions and 231 deletions

View file

@ -4,7 +4,7 @@ version = "0.6.0-alpha"
description = "Gisaf backend"
authors = [{ name = "phil", email = "phil.dev@philome.mooo.com" }]
dependencies = [
"aiopath>=0.6.11",
"aiopath>=0.7.1",
"aiosqlite>=0.19.0",
"apscheduler>=3.10.4",
"asyncpg>=0.28.0",
@ -32,7 +32,7 @@ dependencies = [
"websockets>=12.0",
"pyxdg>=0.28",
]
requires-python = ">=3.11"
requires-python = ">=3.12"
readme = "README.md"
[project.scripts]