From 3e9ef824483566c39f9f67bee39e41749bdd10d0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 14 Jul 2026 13:08:19 +0500 Subject: [PATCH] maintenance.rst: move pyver matrix to bundled Python version section --- src/bonsai/docs/guides/development/maintenance.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bonsai/docs/guides/development/maintenance.rst b/src/bonsai/docs/guides/development/maintenance.rst index f08a003fd5..d9eda2267f 100644 --- a/src/bonsai/docs/guides/development/maintenance.rst +++ b/src/bonsai/docs/guides/development/maintenance.rst @@ -44,8 +44,6 @@ When a new Blender version is released and supported: * - File - What to update - * - ``.github/workflows/ci-bonsai.yml`` - - ``pyver`` matrix * - ``.github/workflows/ci-bonsai-daily.yml`` - Blender download URL @@ -61,6 +59,10 @@ When Blender ships with a new Python version: - What to update * - ``.github/workflows/ci-lint.yaml`` - ``MIN_BLENDER_PY_VERSION`` + * - ``.github/workflows/ci-bonsai.yml`` + - ``pyver`` matrix + * - ``.github/workflows/ci-bonsai-daily.yml`` + - ``pyver`` matrix * - ``.github/scripts/publish-bonsai-releases.py`` - ``CURRENT_PYTHON_VERSION`` * - ``src/bonsai/Makefile``