Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 12, 2023
1 parent 4bf0096 commit c10dfbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/python/build-libbson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pymongoarrow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

__version__ = "1.1.0.dev0"

_MIN_LIBBSON_VERSION = "1.21.0"
_MIN_LIBBSON_VERSION = "1.24.4"
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit c10dfbe

Please sign in to comment.