GP-4842: Upping minimum supported Python version to 3.9

This commit is contained in:
Ryan Kurtz
2024-08-14 09:30:38 -04:00
parent e4978bf296
commit 6b9cf67ab3
6 changed files with 13 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ To create the latest development build for your platform from this source reposi
##### Install build tools:
* [JDK 21 64-bit][jdk]
* [Gradle 8.5+][gradle] (or provided Gradle wrapper if Internet connection is available)
* [Python3][python3] (version 3.7 to 3.12) with bundled pip
* [Python3][python3] (version 3.9 to 3.12) with bundled pip
* make, gcc, and g++ (Linux/macOS-only)
* [Microsoft Visual Studio][vs] 2017+ or [Microsoft C++ Build Tools][vcbuildtools] with the
following components installed (Windows-only):