From c0a939be96677892c1fba68f64153e9aba8f22e3 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 15 Sep 2026 09:54:57 +0500 Subject: [PATCH] build-all: bump Python 3.15 to rc2 --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index a8cb9cb1b0..4f71f7dae9 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -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