Skip to content

Commit

Permalink
Force Python 3.11 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybl committed Nov 7, 2023
1 parent 26e5fc1 commit 24898c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions news/132.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Force Python 3.11 in Makefile. @wesleybl

0 comments on commit 24898c8

Please sign in to comment.