From ba725d8efabfb1e9ddd005bb20e78e15733b46b6 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 7 Sep 2024 10:54:18 +0200 Subject: [PATCH] pyproject: Add requires-python Together with the previous commit this allows to use uv to build the library and run test. See https://astral.sh/blog/uv-unified-python-packaging. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d756b7b4..aecc4ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ authors = [ ] license = {text = "GPL-3.0"} keywords = ["vault", "keepass"] +requires-python = ">=3.7" dependencies = [ "pyotp>=2.9.0", "setuptools; python_version<'3.8'",