Update Python version constraints in poetry.lock and pyproject.toml to require Python 3.9.2 or higher for better compatibility.

This commit is contained in:
2025-12-27 12:53:22 -06:00
parent 53d74a3732
commit 694ab011ec
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@@ -265,5 +265,5 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = ">3.9.0,<3.9.1 || >3.9.1"
content-hash = "21c962ade93456dc3e80d7b81dbb433f6267bf6d3df750338e1371ad88419434"
python-versions = ">=3.9.2"
content-hash = "42d1d286b79ed42d6a0fe6adf1cb3e7c730967cd82b9013c580851a65b5fcbdc"

View File

@@ -7,7 +7,7 @@ authors = [
{name = "Sudo-Ivan"}
]
readme = "README.md"
requires-python = ">3.9.0,<3.9.1 || >3.9.1"
requires-python = ">=3.9.2"
dependencies = [
"rns (>=1.0.4,<1.5.0)",
"cryptography>=46.0.3"