Skip to content

Commit dd9db97

Browse files
committed
Upgrade required Python version in pyproject.toml to >=3.10
1 parent d45f3e9 commit dd9db97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-cu12 == 12.8.93; 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)