build: Lower Python version requirement to 3.9

The library could work even with 3.6, but some dependencies require 3.9.  Also, even though 3.8 is still supported until
late 2024, moving to higher Python versions might even result in better security.
This commit is contained in:
2023-10-31 12:53:02 +01:00
parent 3f7a656588
commit 5a3af65927
2 changed files with 53 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ packages = [{include = "secret_handshake"}]
include = ["secret_handshake/py.typed"]
[tool.poetry.dependencies]
python = "^3.12"
python = "^3.9"
PyNaCl = "^1.5.0"
[tool.poetry.group.dev.dependencies]