Skip to content

Commit f1e96f5

Browse files
committed
chore: update python version
1 parent 584668a commit f1e96f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "bdkpython"
77
version = "2.1.0.dev0"
88
description = "The Python language bindings for the Bitcoin Development Kit"
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.9"
1111
license = "MIT OR Apache-2.0"
1212
license-files = ["LICENSE-MIT", "LICENSE-APACHE"]
1313
authors = [
@@ -33,4 +33,4 @@ where = ["src"]
3333
bdkpython = ["libbdkffi.*"]
3434

3535
[tool.pytest.ini_options]
36-
pythonpath = ["."]
36+
pythonpath = ["."]

0 commit comments

Comments
 (0)