What’s new in 2.2.3 (September 20, 2024)¶
These are the changes in pandas 2.2.3. See Release notes for a full changelog including other versions of pandas.
Pandas 2.2.3 is now compatible with Python 3.13¶
Pandas 2.2.3 is the first version of pandas that is generally compatible with the upcoming Python 3.13, and both wheels for free-threaded and normal Python 3.13 will be uploaded for this release.
As usual please report any bugs discovered to our issue tracker
Bug fixes¶
Other¶
Missing licenses for 3rd party dependencies were added back into the wheels. (GH 58632)