From 932efb3de8f92e979d9cfca92bf8f940787a7eca Mon Sep 17 00:00:00 2001 From: mariodagostin Date: Fri, 28 Mar 2025 16:03:06 +0100 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 98556804b..a902823de 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ VENV := .venv VIRTUAL_ENV_PATH := $(VENV)/bin # Build tools configured in the virtual environment -PYTHON_INTERPRETER := python3.10 +PYTHON_INTERPRETER := python3.12 VENV_PIP := $(VIRTUAL_ENV_PATH)/pip VENV_PYTHON := $(VIRTUAL_ENV_PATH)/python MESON := $(VIRTUAL_ENV_PATH)/meson @@ -71,4 +71,4 @@ $(NINJA): $(VENV_PIP) $(VENV_PIP) install ninja || { echo "Failed to install ninja"; exit 1; } cythonize-deps: $(VENV_PIP) - $(VENV_PIP) install setuptools cython numpy || { echo "Failed to install dependencies"; exit 1; } \ No newline at end of file + $(VENV_PIP) install setuptools cython numpy || { echo "Failed to install dependencies"; exit 1; }