diff --git a/Makefile b/Makefile index 7f0b612..aa04a26 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CORE_DIR = brain IMAGE_NAME = agent_media # renovate: datasource=docker depName=python -PYTHON_VERSION = 3.12.7 +PYTHON_VERSION = 3.14.2 PYTHON_VERSION_SHORT = $(shell echo $(PYTHON_VERSION) | cut -d. -f1,2) # Change to 'uv' when ready. RUNNER ?= poetry