Skip to content

Commit bbb5368

Browse files
committed
BLD: Build wheels for 3.9
1 parent 2cc3762 commit bbb5368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- [macos-14, macosx_arm64]
101101
- [windows-2022, win_amd64]
102102
# TODO: support PyPy?
103-
python: [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
103+
python: [["cp39", "3.9"], ["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
104104
include:
105105
# TODO: Remove this plus installing build deps in cibw_before_build.sh
106106
# after pandas can be built with a released NumPy/Cython

0 commit comments

Comments
 (0)