build-all: bump Python 3.15 to rc2

This commit is contained in:
Andrej730
2026-09-15 09:54:57 +05:00
parent 1da48061e3
commit c0a939be96
+1 -1
View File
@@ -1384,7 +1384,7 @@ if "OpenCOLLADA" in targets:
def python_consider_rc(python_version: str) -> str:
# TODO: remove after Python 3.15 release.
if python_version == "3.15.0":
python_version += "rc1"
python_version += "rc2"
return python_version