From f1e96f5b84e2702e73492a587b83806456a7958a Mon Sep 17 00:00:00 2001 From: Breno Brito Date: Fri, 14 Nov 2025 20:25:40 -0300 Subject: [PATCH] chore: update python version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea973f1..6fea6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "bdkpython" version = "2.1.0.dev0" description = "The Python language bindings for the Bitcoin Development Kit" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.9" license = "MIT OR Apache-2.0" license-files = ["LICENSE-MIT", "LICENSE-APACHE"] authors = [ @@ -33,4 +33,4 @@ where = ["src"] bdkpython = ["libbdkffi.*"] [tool.pytest.ini_options] -pythonpath = ["."] \ No newline at end of file +pythonpath = ["."]