Skip to content

Commit 5d32ae9

Browse files
authored
BLD: Build wheels for 3.9 and musllinux-aarch64 for pandas 2.3 (#61569)
* BLD: Build wheels for 3.9 * Add musllinux arch as well * hardcode version for meson * Revert "hardcode version for meson" This reverts commit f06f0cc.
1 parent b40923b commit 5d32ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,13 @@ jobs:
9595
- [ubuntu-22.04, manylinux_x86_64]
9696
- [ubuntu-22.04, musllinux_x86_64]
9797
- [ubuntu-24.04-arm, manylinux_aarch64]
98+
- [ubuntu-24.04-arm, musllinux_aarch64]
9899
- [macos-13, macosx_x86_64]
99100
# Note: M1 images on Github Actions start from macOS 14
100101
- [macos-14, macosx_arm64]
101102
- [windows-2022, win_amd64]
102103
# TODO: support PyPy?
103-
python: [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
104+
python: [["cp39", "3.9"], ["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
104105
include:
105106
# TODO: Remove this plus installing build deps in cibw_before_build.sh
106107
# after pandas can be built with a released NumPy/Cython

0 commit comments

Comments
 (0)