From f4614d9d2dd4a0e21406b3814bd760df40a76ab3 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Thu, 2 Jan 2025 14:04:01 -0500 Subject: [PATCH] GP-0: Updating Python supported version references --- GhidraDocs/InstallationGuide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GhidraDocs/InstallationGuide.md b/GhidraDocs/InstallationGuide.md index 952ca70946..c57b1368bf 100644 --- a/GhidraDocs/InstallationGuide.md +++ b/GhidraDocs/InstallationGuide.md @@ -53,9 +53,9 @@ a specific need. * Free long term support (LTS) versions of JDK 21 are provided by: * [Adoptium Temurin](https://adoptium.net/temurin/releases) * [Amazon Corretto](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html) -* Python3 (3.9 to 3.12) - * Python 3.7 to 3.12 for [Debugger support](#installing-the-debuggers-python-dependencies) - * Python 3.9 to 3.12 for [PyGhidra support](#pyghidra-mode) +* Python3 (3.9 to 3.13) + * Python 3.7 to 3.13 for [Debugger support](#installing-the-debuggers-python-dependencies) + * Python 3.9 to 3.13 for [PyGhidra support](#pyghidra-mode) * This is available from [Python.org](https://python.org) or most operating system's app stores or software repositories. For Linux it is recommended that the system's package repository be used to install a suitable version of Python.