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