Skip to content

Commit 2038242

Browse files
committed
Upgrade to bundled Python 3.13.
1 parent 8250f32 commit 2038242

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following files and folders may be created in the user folder but are not cr
4242
- `keybindings.json`: Custom key bindings (see [key bindings](#custom-hotkeys))
4343
- `startup.py`: Default Python commands run once the UI is loaded in the context of the scripting console
4444
- `signatures/`: Any user-created signatures can be stored in platform-specific sub-folders in this location
45-
- `pythonVER/`: Any pip dependencies from plugin manager plugins are installed to the appropriate Python version subfolder such as `python310`, or `python311`
45+
- `pythonVER/`: Any pip dependencies from plugin manager plugins are installed to the appropriate Python version subfolder such as `python313`
4646
- `symbols/`: Used to store automatically downloaded PDBs
4747
- `update/`: Used to store update caches for pending updates
4848
- `snippets/`: Used to store snippets created using the official Snippet plugin

docs/guide/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Binary Ninja can automatically install pip requirements for python plugins inst
9191

9292
The `Install python3 module` action (available from the [command palette](index.md#command-palette)) can be used to install python3 modules to the local [python folder](index.md#user-folder).
9393

94-
Binary Ninja ships with an embedded version of Python on Windows, macOS, and Linux. All plugin dependencies installed are placed in the [user folder](index.md#user-folder) / pythonVER. For example with Python 3.10: `~/.binaryninja/python310/`.
94+
Binary Ninja ships with an embedded version of Python on Windows, macOS, and Linux. All plugin dependencies installed are placed in the [user folder](index.md#user-folder) / pythonVER. For example with Python 3.13: `~/.binaryninja/python313/`.
9595

9696
You may also wish to use your own custom interpreter which you can set with the [python.interpreter setting](settings.md#python.interpreter) to point to the appropriate install location. Note that the file being pointed to should be a `.dll`, `.dylib`, or `.so` though homebrew will often install libraries without any extension. For example:
9797

0 commit comments

Comments
 (0)