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:
4
poetry.lock
generated
4
poetry.lock
generated
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user