mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-25 09:18:52 -05:00
Makefile: update default python version to 3.11
This commit is contained in:
parent
f5aeefc934
commit
970159e81b
2
Makefile
2
Makefile
@ -12,7 +12,7 @@
|
|||||||
# Those are the defaults; they can be over-ridden if specified
|
# Those are the defaults; they can be over-ridden if specified
|
||||||
# at en environment level or as 'make' arguments.
|
# at en environment level or as 'make' arguments.
|
||||||
BOTENV ?= botenv
|
BOTENV ?= botenv
|
||||||
PYTHON_BIN ?= python3.9
|
PYTHON_BIN ?= python3.11
|
||||||
PIP_OUTPUT ?= -q
|
PIP_OUTPUT ?= -q
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user