From 5dc169d1fd1f6d86810744038e949b7aa51cf924 Mon Sep 17 00:00:00 2001 From: Hasan Yaman Date: Sun, 21 Mar 2021 13:04:04 +0300 Subject: [PATCH 1/2] DOC: Fix minimum Python version in contributing docs --- doc/source/development/contributing.rst | 2 +- doc/source/getting_started/install.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 432584f0da746..c914df32371a3 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -325,7 +325,7 @@ Creating a Python environment (pip) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you aren't using conda for your development environment, follow these instructions. -You'll need to have at least Python 3.6.1 installed on your system. +You'll need to have at least the :ref:`minimum Python version ` that pandas supports. **Unix**/**macOS with virtualenv** diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index a9c3d637a41e3..c6d4f8fe1d3d2 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -15,6 +15,8 @@ Instructions for installing from source, `PyPI `__, `ActivePython `__, various Linux distributions, or a `development version `__ are also provided. +.. _install.version: + Python version support ---------------------- From 9c5f7af1d41900d74734b69986f975349c7b87f6 Mon Sep 17 00:00:00 2001 From: Hasan Yaman Date: Sun, 4 Apr 2021 20:32:59 +0300 Subject: [PATCH 2/2] DOC: Fix minimum Python version in contributing environment docs --- doc/source/development/contributing_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 8a457d2c210b5..bc0a3556b9ac1 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -189,7 +189,7 @@ Creating a Python environment (pip) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you aren't using conda for your development environment, follow these instructions. -You'll need to have at least Python 3.7.0 installed on your system. If your Python version +You'll need to have at least the :ref:`minimum Python version ` that pandas supports. If your Python version is 3.8.0 (or later), you might need to update your ``setuptools`` to version 42.0.0 (or later) in your development environment before installing the build dependencies::