Skip to content

Commit 4ae8dd2

Browse files
committed
Bump minimum Python version to something sanely recent
1 parent 43ebf8e commit 4ae8dd2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Note that originally we recommended specifying the contents of this entire file
1212

1313
This plugin requires the following minimum version of Binary Ninja:
1414

15-
* 1200
15+
* 3000
1616

1717
## License
1818

plugin.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"helper"
1010
],
1111
"api": [
12-
"python2",
1312
"python3"
1413
],
1514
"description": "This is a short description meant to fit on one line.",
@@ -46,7 +45,7 @@
4645
"The sample plugin requires [this random package](https://bogus-domain/this-package/) be installed."
4746
]
4847
},
49-
"version": "1.3.4",
48+
"version": "1.3.5",
5049
"author": "Vector 35 Inc",
51-
"minimumbinaryninjaversion": 1200
50+
"minimumbinaryninjaversion": 3000
5251
}

0 commit comments

Comments
 (0)