Skip to content

Commit 82de031

Browse files
committed
Binary Ninja now requires python 3.9 at minimum.
1 parent 27750c6 commit 82de031

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Xusheng <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "^3.8"
9+
python = "^3.9"
1010
pathlib = "^1.0.1"
1111
pytest = "^8.1.1"
1212

0 commit comments

Comments
 (0)