File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
endif ()
91
91
92
92
# Skip if we are building for apple AND python is greater than 3.8
93
- if ((NOT APPLE ) OR (Python_VERSION VERSION_GREATER "3.8 " ))
93
+ if ((NOT APPLE ) OR (Python_VERSION VERSION_GREATER_EQUAL "3.9 " ))
94
94
# Create a stub file for type hints
95
95
nanobind_add_stub (
96
96
Signalsmith_stub
@@ -106,7 +106,7 @@ endif()
106
106
# Install directive for scikit-build-core
107
107
install (TARGETS Signalsmith LIBRARY DESTINATION python_stretch )
108
108
109
- if ((NOT APPLE ) OR (Python_VERSION VERSION_GREATER "3.8 " ))
109
+ if ((NOT APPLE ) OR (Python_VERSION VERSION_GREATER_EQUAL "3.9 " ))
110
110
# Install stub files
111
111
install (FILES ${CMAKE_CURRENT_BINARY_DIR} /py.typed ${CMAKE_CURRENT_BINARY_DIR} /Signalsmith.pyi DESTINATION python_stretch )
112
112
endif ()
You can’t perform that action at this time.
0 commit comments