Bump minimal Python version to 3.12 due to aiopath dependency
Some checks failed
/ test (push) Failing after 27s
Some checks failed
/ test (push) Failing after 27s
This commit is contained in:
parent
ed3812b0f0
commit
f7d8a1972a
3 changed files with 12 additions and 231 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue