We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584668a commit f1e96f5Copy full SHA for f1e96f5
pyproject.toml
@@ -7,7 +7,7 @@ name = "bdkpython"
7
version = "2.1.0.dev0"
8
description = "The Python language bindings for the Bitcoin Development Kit"
9
readme = "README.md"
10
-requires-python = ">=3.7"
+requires-python = ">=3.9"
11
license = "MIT OR Apache-2.0"
12
license-files = ["LICENSE-MIT", "LICENSE-APACHE"]
13
authors = [
@@ -33,4 +33,4 @@ where = ["src"]
33
bdkpython = ["libbdkffi.*"]
34
35
[tool.pytest.ini_options]
36
-pythonpath = ["."]
+pythonpath = ["."]
0 commit comments