From 970159e81b1bd454e6cd07d2485a4e26cefba86d 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