You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changelist raises the minimum Python version in MaterialX to 3.9, allowing the integration of new releases of PyBind11 and NanoBind in the future.
Previously, the minimum Python version in MaterialX was 3.6, and recent releases of PyBind11 and NanoBind no longer support Python versions before 3.8.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The MaterialX codebase requires a compiler with support for C++17, and can be bu
27
27
- GCC 8 or newer
28
28
- Clang 5 or newer
29
29
30
-
The Python bindings for MaterialX are based on [PyBind11](https://github.com/pybind/pybind11), and support Python versions 3.6 and greater.
30
+
The Python bindings for MaterialX are based on [PyBind11](https://github.com/pybind/pybind11), and support Python versions 3.9 and greater.
Copy file name to clipboardExpand all lines: documents/DeveloperGuide/MainPage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The MaterialX codebase requires a compiler with support for C++17, and can be bu
18
18
- GCC 8 or newer
19
19
- Clang 5 or newer
20
20
21
-
The Python bindings for MaterialX are based on [PyBind11](https://github.com/pybind/pybind11), and support Python versions 3.6 and greater.
21
+
The Python bindings for MaterialX are based on [PyBind11](https://github.com/pybind/pybind11), and support Python versions 3.9 and greater.
0 commit comments