diff --git a/doc/source/development/policies.rst b/doc/source/development/policies.rst index 8465820452353..f958e4c4ad1fc 100644 --- a/doc/source/development/policies.rst +++ b/doc/source/development/policies.rst @@ -46,6 +46,8 @@ deprecation removed in the next major release (2.0.0). These policies do not apply to features marked as **experimental** in the documentation. pandas may change the behavior of experimental features at any time. +.. _policies.python_support: + Python support ~~~~~~~~~~~~~~ diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index cf5f15ceb8344..01a79fc8e36fd 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -21,7 +21,7 @@ Instructions for installing :ref:`from source `, Python version support ---------------------- -Officially Python 3.9, 3.10, 3.11 and 3.12. +See :ref:`Python support policy `. Installing pandas -----------------