Skip to content

Commit 202237e

Browse files
committed
wrong version
1 parent 50401c2 commit 202237e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/python-uv.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UV is required for Python dependency management
22
UV ?= uv
3-
UV_PYTHON = 3.10
3+
UV_PYTHON = 3.12
44

55
# Python/pip/pytest commands using UV
66
python := $(UV) run --python $(UV_PYTHON) python

0 commit comments

Comments
 (0)