Skip to content

Commit 4e2c0d9

Browse files
committed
test: fix build
1 parent e927539 commit 4e2c0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chdb/build_pybind11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ build_pybind11_nonlimitedapi() {
6363
}
6464

6565
build_all_pybind11_nonlimitedapi() {
66-
local python_versions=("3.8" "3.9" "3.10" "3.11" "3.12" "3.13", "3.14")
66+
local python_versions=("3.8" "3.9" "3.10" "3.11" "3.12" "3.13" "3.14")
6767

6868
# Skip Python 3.8 for macOS x86_64
6969
if [ "$(uname)" == "Darwin" ] && [ "$(uname -m)" == "x86_64" ]; then

0 commit comments

Comments
 (0)