Skip to content

Commit 713b9e0

Browse files
ngoldbaumjorisvandenbossche
authored andcommitted
DEPS: add Python 3.14 and 3.14t wheel builds (pandas-dev#62318)
1 parent a25f560 commit 713b9e0

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
@@ -101,7 +101,7 @@ jobs:
101101
- [macos-14, macosx_arm64]
102102
- [windows-2022, win_amd64]
103103
# TODO: support PyPy?
104-
python: [["cp39", "3.9"], ["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"], ["cp314", "3.14"], ["cp314t", "3.14"]]
105105
# TODO: Build free-threaded wheels for Windows
106106
exclude:
107107
- buildplat: [windows-2022, win_amd64]

0 commit comments

Comments
 (0)