Skip to content

Commit

Permalink
macos depolyment target 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumgizmos committed Nov 23, 2023
1 parent 908fdfd commit df41b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
runs-on: ${{ matrix.os_dist.os }}
env:
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
MACOSX_DEPLOYMENT_TARGET: "10.15"
MACOSX_DEPLOYMENT_TARGET: "13.1"
CIBW_ARCHS_MACOS: "arm64 x86_64"
# CIBW_REPAIR_WHEEL_COMMAND_MACOS: delocate-wheel -w {dest_dir} -v {wheel}
CIBW_REPAIR_WHEEL_COMMAND_MACOS: delocate-wheel -w {dest_dir} -v {wheel}
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"tqdm",
"pytest"
]
version = "2.0.9"
version = "2.0.10"

[tool.setuptools.packages.find]
where = ["src_python"]
Expand Down

0 comments on commit df41b6b

Please sign in to comment.