From e64290258e8e9ca1271f7bff96bd5d2a7d9d6229 Mon Sep 17 00:00:00 2001 From: Abdulaziz Aloqeely <52792999+Aloqeely@users.noreply.github.com> Date: Sun, 12 May 2024 12:12:00 +0300 Subject: [PATCH 1/3] DOC: Update Python version support --- doc/source/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index cf5f15ceb8344..b8674c90ddc03 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. +pandas mirrors the `NumPy guidelines for Python support `__. Installing pandas ----------------- From b2f4d2b48ead4d482e9b6b1b2630162a38bbebe4 Mon Sep 17 00:00:00 2001 From: Abdulaziz Aloqeely <52792999+Aloqeely@users.noreply.github.com> Date: Mon, 13 May 2024 21:24:18 +0300 Subject: [PATCH 2/3] Link to version policy --- doc/source/development/policies.rst | 2 ++ doc/source/getting_started/install.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 b8674c90ddc03..f84cee63e89e4 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 ---------------------- -pandas mirrors the `NumPy guidelines for Python support `__. +See :ref:`python support policy `. Installing pandas ----------------- From 77e8f0351ea3dfe8e06d984ce4077151416cde60 Mon Sep 17 00:00:00 2001 From: Abdulaziz Aloqeely <52792999+Aloqeely@users.noreply.github.com> Date: Mon, 13 May 2024 21:25:10 +0300 Subject: [PATCH 3/3] Capitalize Python --- doc/source/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index f84cee63e89e4..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 ---------------------- -See :ref:`python support policy `. +See :ref:`Python support policy `. Installing pandas -----------------