update poetry to use python >=3.9

This commit is contained in:
Sudo-Ivan
2025-05-28 16:06:07 -05:00
parent 67a1652020
commit 07f2e168cc
2 changed files with 209 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ authors = [
{name = "Sudo-Ivan"}
]
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.9"
dependencies = [
"rns (>=0.9.6,<0.10.0)"
]