Update supported Python versions in README

Support for Python 3.13 is added in 7c4d91f568, but README.md was not updated.
This commit is contained in:
xiaoyinl
2024-12-28 21:03:06 +08:00
committed by GitHub
parent 14527b015e
commit 4856f59fbf

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.9 to 3.12) with bundled pip
* [Python3][python3] (version 3.9 to 3.13) 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):