summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-07-29 00:27:13 -0400
committerJordan Wiens <jordan@psifertex.com>2020-07-29 00:27:13 -0400
commit79a2441bd71d0d3a7499453c557b3e9d419c0cb6 (patch)
tree055eadf7f543a413f5ddacc61d119762dd98cd1e /docs/guide
parent5369369447df3b182e51d9305e1ed49659b63b10 (diff)
add warning about python2
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/troubleshooting.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md
index 53c22eb4..e038eb99 100644
--- a/docs/guide/troubleshooting.md
+++ b/docs/guide/troubleshooting.md
@@ -1,5 +1,9 @@
# Troubleshooting
+## Python 2
+
+With Python 2 [officially unmaintained](https://pythonclock.org/), the last stable release of Binary Ninja with support for it will be the [2.2 stable release](https://github.com/Vector35/binaryninja-api/milestone/7).
+
## Basics
- Have you searched [known issues]?