Skip to content

Commit a0a9179

Browse files
committed
fix python version fix
1 parent 94e9e69 commit a0a9179

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 @@
33
SRC_FOLDER := src
44
verify:
55
@echo "🔍 Verifying Python environment..."
6-
@python3.13 --version
6+
@python3.14 --version
77
@pip --version
88
@pip check
99
@echo "✅ Environment verification complete."

0 commit comments

Comments
 (0)