From c10dfbe3867d7d695c10af0c548219e9887fdb12 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 12 Sep 2023 14:57:50 -0500 Subject: [PATCH] fixups --- bindings/python/build-libbson.sh | 2 +- bindings/python/pymongoarrow/version.py | 2 +- bindings/python/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/python/build-libbson.sh b/bindings/python/build-libbson.sh index 4c7a150a..1e841dec 100755 --- a/bindings/python/build-libbson.sh +++ b/bindings/python/build-libbson.sh @@ -5,7 +5,7 @@ set -o errexit # Version of libbson to build # Keep in sync with pymongoarrow.version._MIN_LIBBSON_VERSION -LIBBSON_VERSION=${LIBBSON_VERSION:-"1.21.1"} +LIBBSON_VERSION=${LIBBSON_VERSION:-"1.24.4"} if [ -z "$LIBBSON_VERSION" ] then echo "Did not provide a libbson revision ID to build" diff --git a/bindings/python/pymongoarrow/version.py b/bindings/python/pymongoarrow/version.py index 1893e096..414928e5 100644 --- a/bindings/python/pymongoarrow/version.py +++ b/bindings/python/pymongoarrow/version.py @@ -14,4 +14,4 @@ __version__ = "1.1.0.dev0" -_MIN_LIBBSON_VERSION = "1.21.0" +_MIN_LIBBSON_VERSION = "1.24.4" diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 65d39d9a..0699aa17 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -80,7 +80,7 @@ LIBBSON_INSTALL_DIR = "./libbson" [tool.cibuildwheel.linux] archs = "x86_64 aarch64" -manylinux-x86_64-image = "manylinux2_28" +manylinux-x86_64-image = "manylinux_2_28" repair-wheel-command = [ "pip install \"auditwheel>=5,<6\"", "python addtags.py {wheel} {dest_dir}"