Skip to content

Commit 34b16f1

Browse files
committed
chore: bump to python3.12
1 parent 68d62a0 commit 34b16f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ifeq ($(OS),Windows_NT)
33
PYTHON = python.exe
44
ACTIVATE_VENV = venv\Scripts\activate
55
else
6-
PYTHON = python3.11
6+
PYTHON = python3.12
77
ACTIVATE_VENV = source venv/bin/activate
88
endif
99
PIP = $(PYTHON) -m pip

0 commit comments

Comments
 (0)