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 50401c2 commit 202237eCopy full SHA for 202237e
scripts/python-uv.mk
@@ -1,6 +1,6 @@
1
# UV is required for Python dependency management
2
UV ?= uv
3
-UV_PYTHON = 3.10
+UV_PYTHON = 3.12
4
5
# Python/pip/pytest commands using UV
6
python := $(UV) run --python $(UV_PYTHON) python
0 commit comments