We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d62a0 commit 34b16f1Copy full SHA for 34b16f1
Makefile
@@ -3,7 +3,7 @@ ifeq ($(OS),Windows_NT)
3
PYTHON = python.exe
4
ACTIVATE_VENV = venv\Scripts\activate
5
else
6
- PYTHON = python3.11
+ PYTHON = python3.12
7
ACTIVATE_VENV = source venv/bin/activate
8
endif
9
PIP = $(PYTHON) -m pip
0 commit comments