-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
Description
Pandas version checks
The issue doesn't still exist on the latest versions of the docs on main since
https://pandas.pydata.org/docs/dev/getting_started/install.html#python-version-support
refers to https://scientific-python.org/specs/spec-0000/ which says Python 3.13 is supported. So the question is about the released version 2.2.3
Location of the documentation
https://pandas.pydata.org/docs/getting_started/install.html#python-version-support
Documentation problem
In this issue @StanFromIreland pointed out that Pandas docs say:
Python version support
Officially Python 3.9, 3.10, 3.11 and 3.12.
I see that there are Python 3.13 wheels, that it is tested in CI, and pyproject.toml
includes the Programming Language :: Python :: 3.13
classifier. Is it an accidental omission that Python 3.13 isn't included in the officially supported list? If it isn't officially supported, it would be good to call this out more obviously.
Suggested fix for documentation
Perhaps the new text in the dev docs should be backported?