From 99d7f5ad7a082d63ce6956cd71ef4ff54e14bcb4 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 27 Jul 2025 19:20:40 +1000 Subject: [PATCH] Clarify which Blender versions are supported --- src/bonsai/docs/guides/development/installation.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bonsai/docs/guides/development/installation.rst b/src/bonsai/docs/guides/development/installation.rst index 742556942f..85e6672668 100644 --- a/src/bonsai/docs/guides/development/installation.rst +++ b/src/bonsai/docs/guides/development/installation.rst @@ -22,10 +22,7 @@ Blender versions: - 64-bit MacOS Intel (``macos-x64``) - 64-bit MacOS Silicon (``macos-arm64``) - 64-bit Windows (``windows-x64``) -- Blender 4.2 with Python 3.11 - -Due to significant changes in the Blender extensions system, Blender versions -<4.2 are not supported. +- Blender 4.3, 4.3, or 4.5 with Python 3.11 Developer builds may exist for different versions of Python but there will be no guarantee of the uptime or stability of these builds.