diff --git a/Makefile b/Makefile index ec7dc4b3..0407dbe2 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ help: ## This help message bin/pip: @echo "$(GREEN)==> Setup Virtual Env$(RESET)" - python3 -m venv . + python3.11 -m venv . bin/pip install -U pip wheel bin/black bin/isort bin/pyroma bin/zpretty: bin/pip diff --git a/news/132.internal b/news/132.internal new file mode 100644 index 00000000..b1108e47 --- /dev/null +++ b/news/132.internal @@ -0,0 +1 @@ +Force Python 3.11 in Makefile. @wesleybl