From 2be0cc697a6d4b6b05a91a069ff25d7be4abf353 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 31 May 2024 11:30:26 +1000 Subject: [PATCH] Fix #4768. Support Python 3.12 version of BBIM. --- .github/workflows/ci-blenderbim-matrix.yml | 2 +- src/blenderbim/docs/devs/installation.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-blenderbim-matrix.yml b/.github/workflows/ci-blenderbim-matrix.yml index 9da41ae92e..eb55da2ed5 100644 --- a/.github/workflows/ci-blenderbim-matrix.yml +++ b/.github/workflows/ci-blenderbim-matrix.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - pyver: [py39, py310, py311] + pyver: [py39, py310, py311, py312] config: - { name: "Windows Build", diff --git a/src/blenderbim/docs/devs/installation.rst b/src/blenderbim/docs/devs/installation.rst index 31200d4fb2..8523ba0380 100644 --- a/src/blenderbim/docs/devs/installation.rst +++ b/src/blenderbim/docs/devs/installation.rst @@ -25,6 +25,9 @@ You will need to choose which build to download. - Choose ``linux``, ``macos`` (Apple Intel), ``macosm1`` (Apple Silicon), or ``win`` depending on your operating system +For users who don't follow the `VFX Platform `_ +standard, we also provide py312 builds. + Sometimes, a build may be delayed, or contain broken code. We try to avoid this, but it happens.