Bonsai Makefile - enable Python 3.13 build

This commit is contained in:
Andrej730
2026-01-26 16:04:56 +05:00
parent 47ac909a81
commit 38f9f309e7
+5
View File
@@ -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