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

CI: Set up CI for the free-threaded build of 3.13 #59058

Closed lysnikolaou closed 6 days ago

lysnikolaou commented 1 week ago

Related to #59057.

lysnikolaou commented 1 week ago

Good news is free-threading CI is passing! 🎉

Bad news is there's failures in Docstring validation, typing, and other manual pre-commit hooks and windows-latest actions-312.yaml, but I don't know how these can be related to this PR (they also appear to be passing on latest main).

lysnikolaou commented 1 week ago

Both are unrelated to this PR. Windows was flaky and got green after a rerun. Opened a new issue about the doctest failures in #59093.

mroeschke commented 6 days ago

Thanks @lysnikolaou