From c05b2db5a101eeae057e4de17f2b27f9a2fd90ad Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 20 Dec 2022 05:38:10 -0500 Subject: [PATCH] Makefile: update default python version to 3.11 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 633f5ea..0044f9b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # Those are the defaults; they can be over-ridden if specified # at en environment level or as 'make' arguments. BOTENV ?= botenv -PYTHON_BIN ?= python3.9 +PYTHON_BIN ?= python3.11 PIP_OUTPUT ?= -q