mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Fix #4768. Support Python 3.12 version of BBIM.
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
pyver: [py39, py310, py311]
|
pyver: [py39, py310, py311, py312]
|
||||||
config:
|
config:
|
||||||
- {
|
- {
|
||||||
name: "Windows Build",
|
name: "Windows Build",
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ You will need to choose which build to download.
|
|||||||
- Choose ``linux``, ``macos`` (Apple Intel), ``macosm1`` (Apple Silicon), or
|
- Choose ``linux``, ``macos`` (Apple Intel), ``macosm1`` (Apple Silicon), or
|
||||||
``win`` depending on your operating system
|
``win`` depending on your operating system
|
||||||
|
|
||||||
|
For users who don't follow the `VFX Platform <https://vfxplatform.com/>`_
|
||||||
|
standard, we also provide py312 builds.
|
||||||
|
|
||||||
Sometimes, a build may be delayed, or contain broken code. We try to avoid this,
|
Sometimes, a build may be delayed, or contain broken code. We try to avoid this,
|
||||||
but it happens.
|
but it happens.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user