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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user