Skip to content

Commit baa8539

Browse files
author
hasan-yaman
authored
DOC: Fix minimum Python version in contributing docs (pandas-dev#40552)
* DOC: Fix minimum Python version in contributing docs * DOC: Fix minimum Python version in contributing environment docs
1 parent 92fa369 commit baa8539

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/source/development/contributing_environment.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Creating a Python environment (pip)
189189
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
190190

191191
If you aren't using conda for your development environment, follow these instructions.
192-
You'll need to have at least Python 3.7.0 installed on your system. If your Python version
192+
You'll need to have at least the :ref:`minimum Python version <install.version>` that pandas supports. If your Python version
193193
is 3.8.0 (or later), you might need to update your ``setuptools`` to version 42.0.0 (or later)
194194
in your development environment before installing the build dependencies::
195195

doc/source/getting_started/install.rst

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Instructions for installing from source,
1515
`PyPI <https://pypi.org/project/pandas>`__, `ActivePython <https://www.activestate.com/activepython/downloads>`__, various Linux distributions, or a
1616
`development version <https://github.com/pandas-dev/pandas>`__ are also provided.
1717

18+
.. _install.version:
19+
1820
Python version support
1921
----------------------
2022

0 commit comments

Comments
 (0)