pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.59k stars 17.57k forks source link

ENH: Fix Python 3.13 test failures & enable CI #59065

Closed lysnikolaou closed 1 week ago

lysnikolaou commented 1 week ago

x-ref #58734

lysnikolaou commented 1 week ago

@lithomas1 python-dev CI seems to be passing on all platforms. Pyarrow Nightly and Unit Tests / Linux-32-bit are failing but it appears that they also fail on main. Is this good to go?

lysnikolaou commented 1 week ago

I'm marking as ready for review, since I don't think there's any more outstanding issues for 3.13.

mroeschke commented 1 week ago

Thanks @lysnikolaou and @lithomas1