We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e927539 commit 4e2c0d9Copy full SHA for 4e2c0d9
chdb/build_pybind11.sh
@@ -63,7 +63,7 @@ build_pybind11_nonlimitedapi() {
63
}
64
65
build_all_pybind11_nonlimitedapi() {
66
- local python_versions=("3.8" "3.9" "3.10" "3.11" "3.12" "3.13", "3.14")
+ local python_versions=("3.8" "3.9" "3.10" "3.11" "3.12" "3.13" "3.14")
67
68
# Skip Python 3.8 for macOS x86_64
69
if [ "$(uname)" == "Darwin" ] && [ "$(uname -m)" == "x86_64" ]; then
0 commit comments