mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Bonsai Makefile - enable Python 3.13 build
This commit is contained in:
@@ -61,6 +61,11 @@ PYLIBDIR:=python3.12
|
|||||||
PYNUMBER:=312
|
PYNUMBER:=312
|
||||||
PYPI_VERSION:=3.12
|
PYPI_VERSION:=3.12
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(PYVERSION), py313)
|
||||||
|
PYLIBDIR:=python3.13
|
||||||
|
PYNUMBER:=313
|
||||||
|
PYPI_VERSION:=3.13
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM), linux)
|
ifeq ($(PLATFORM), linux)
|
||||||
PYPI_PLATFORM:=--platform manylinux_2_17_x86_64
|
PYPI_PLATFORM:=--platform manylinux_2_17_x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user