Skip to content

Commit 78eb16d

Browse files
committed
Upgrade required Python version in pyproject.toml to >=3.10
1 parent 220b0aa commit 78eb16d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"numpy < 2; python_version <= '3.8'",
1515
"nvidia-cuda-nvrtc == 13.0.88; sys_platform != 'darwin'",
1616
]
17-
requires-python = ">= 3.9"
17+
requires-python = ">= 3.10"
1818
description = "LuxCore Python bindings"
1919
authors = [{name="LuxCoreRender"}]
2020
## See https://pypi.org/classifiers/

0 commit comments

Comments
 (0)