diff --git a/pyproject.toml b/pyproject.toml index 82ccbde0c70..2c4d8845b12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -260,3 +260,6 @@ PYSIDE6 = false PYQT5 = true PYSIDE2 = false PYQT6 = false + +[tool.uv] +fork-strategy = "requires-python"