File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44
55- Fix theme for newer Sphinx 7.x.
66- Add support for Python 3.14.
7+ - Fix interactive uv venv, use --allow-existing instead.
78
89## 1.3.0 (2025-09-03)
910
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ ifeq ("$(VENV_ENABLED)", "true")
275275ifeq ("$(VENV_CREATE ) ", "true")
276276ifeq ("$(PYTHON_PACKAGE_INSTALLER )$(MXENV_UV_GLOBAL ) ","uvtrue")
277277 @echo "Setup Python Virtual Environment using package 'uv' at '$(VENV_FOLDER)'"
278- @uv venv -p $(PRIMARY_PYTHON) --seed $(VENV_FOLDER)
278+ @uv venv -p $(PRIMARY_PYTHON) --seed $(VENV_FOLDER) --allow-existing
279279else
280280 @echo "Setup Python Virtual Environment using module 'venv' at '$(VENV_FOLDER)'"
281281 @$(PRIMARY_PYTHON) -m venv $(VENV_FOLDER)
You can’t perform that action at this time.
0 commit comments