From 0e62e076c6074594fcd20efe7102df9112c29d78 Mon Sep 17 00:00:00 2001 From: Sean Harmeyer <117398532+sharmeye@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:28:04 -0500 Subject: [PATCH] Update Install-Guide.md No Python 2.x official support --- docs/documentation/install_guide/Install-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/install_guide/Install-Guide.md b/docs/documentation/install_guide/Install-Guide.md index 68ec426f..39ac71bf 100644 --- a/docs/documentation/install_guide/Install-Guide.md +++ b/docs/documentation/install_guide/Install-Guide.md @@ -11,7 +11,7 @@ Trick requires various free third party utilities in order to function. All the |---------------:|:-------:|:-----------------------:|:---------------------------------------------------------:|:------------------------------------------------------| | [gcc] and `g++` | 4.8+ | C/C++ Compiler | Compiles Trick and Trick simulations. | | | [clang]/[llvm] | <=18 | C/C++ Compiler | Utilized by the interface code generator. | Trick Versions <= 19.3 should use LLVM <= 9. Please open an issue if you encounter a problem related to newer versions of LLVM. | -| [python] | 2.7+ | Programming Language | Lets the user interact with a simulation. | Trick has been tested up to python 3.12 as of 05/2024. | +| [python] | 3.x | Programming Language | Lets the user interact with a simulation. | Trick has been tested up to python 3.13.2 as of 04/2025. | | [perl] | 5.6+ | Programming Language | Allows executable scripts in the bin directory to run. | | | [java] | 11+ | Programming Language | Necessary for Trick GUIs. | | | [swig] | 3.x-4.x | Language Interfacing | Connects the python input processor with Trick's C code. | 3.0+ is now required for Trick. SWIG 4.x is compatible with Trick, but has some [issues](https://github.com/nasa/trick/issues/1288). Please open an issue if you encounter a problem related to SWIG 4. |