Makefile: update default python version to 3.11

This commit is contained in:
classabbyamp 2022-12-20 05:38:10 -05:00 committed by classabbyamp
parent f5aeefc934
commit 970159e81b
1 changed files with 1 additions and 1 deletions

View File

@ -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