dev-setup: use Python 3.13

This commit is contained in:
Andrej730
2026-07-22 18:15:00 +05:00
parent 113643c916
commit 84b2cf6db0
+2 -1
View File
@@ -156,7 +156,8 @@ exclude = [
[tool.poe.tasks]
dev-setup.sequence = [
{cmd = "uv sync"},
# 3.13 is chosen because it's the version used in the latest Bonsai.
{cmd = "uv sync --python 3.13"},
{cmd = "uv pip install -e ./src/bsdd/"},
{cmd = "uv pip install -e ./src/ifcopenshell-python/[advanced,dev]"},
{cmd = "uv pip install -e ./src/ifcedit/"},