Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
matrix:
buildplat:
- [ubuntu-22.04, manylinux_x86_64]
- [macos-13, macosx_x86_64]
- [macos-13, macosx_arm64]
- [macos-15-intel, macosx_x86_64]
- [macos-15-intel, macosx_arm64]
- [windows-2022, win_amd64]
python: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39"]
exclude:
- buildplat: [macos-13, macosx_arm64]
- buildplat: [macos-15-intel, macosx_arm64]
python: "pp39"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this exclude needed? You are removing it in TileDB-Py here: https://github.com/TileDB-Inc/TileDB-Vector-Search/pull/591/files .
Also, maybe not a part of this PR, do we want Python 3.14 in this repo as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this ok for you after solving the conflicts?

steps:
Expand Down
Loading