From 40e4894f8e2087b31bf88ee29462f8e0b23a7091 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 28 Jan 2026 17:15:06 +0500 Subject: [PATCH] ci-bonsai-daily - exclude intel mac build for Python 3.13 Since Blender dropped support for it in Blender 5.0 and Python 3.13 is only needed for Blender 5.1. --- .github/workflows/ci-bonsai-daily.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-bonsai-daily.yml b/.github/workflows/ci-bonsai-daily.yml index 8beddfe668..3b52198f3a 100644 --- a/.github/workflows/ci-bonsai-daily.yml +++ b/.github/workflows/ci-bonsai-daily.yml @@ -53,6 +53,11 @@ jobs: name: "MacOS ARM Build", short_name: macosm1, } + exclude: + # Python 3.13 is needed for Blender 5.1+ and Blender dropped Intel Mac support in 5.0. + - pyver: py313 + config: + short_name: macos steps: - uses: actions/checkout@v6 - uses: actions/setup-python@v6 # https://github.com/actions/setup-python