Skip to content

Commit 033737c

Browse files
committed
Added VTK local build script, mainly for Linux ARM64
1 parent 6caa3dd commit 033737c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function info() {
77

88
trap "info Exited!; exit;" SIGINT SIGTERM
99

10-
for python_version in '3.8' '3.9' '3.10' '3.11' '3.12'
10+
for python_version in '3.9' '3.10' '3.11' '3.12'
1111
do
1212
info "Building wheel for Python $python_version..."
1313
info "Removing temp files..."

0 commit comments

Comments
 (0)