From 38f9f309e78cd244ca30a689689bfe2d82f68cfc Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 26 Jan 2026 16:04:56 +0500 Subject: [PATCH] Bonsai Makefile - enable Python 3.13 build --- src/bonsai/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index 68433466bd..e7ad75a1b4 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -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