From 801d406e90eacaf84575f300d51991bb67a2f05c Mon Sep 17 00:00:00 2001 From: Jean Abou Samra Date: Thu, 7 Dec 2023 01:25:35 +0100 Subject: [PATCH] Remove footnote about introduction of compatible release matching The versions of pip and setuptools in question date back to 2014. --- source/tutorials/installing-packages.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/tutorials/installing-packages.rst b/source/tutorials/installing-packages.rst index fc4218980..8b0fd480a 100644 --- a/source/tutorials/installing-packages.rst +++ b/source/tutorials/installing-packages.rst @@ -352,7 +352,7 @@ To install greater than or equal to one version and less than another: To install a version that's :ref:`compatible ` -with a certain version: [4]_ +with a certain version: .. tab:: Unix/macOS @@ -676,7 +676,3 @@ you know publishes one, you can include it in the pip installation command: :ref:`virtualenv`) will create virtualenv environments with ``pip`` pre-installed, thereby making it an equal alternative to :ref:`virtualenv`. - -.. [4] The compatible release specifier was accepted in :pep:`440` - and support was released in :ref:`setuptools` v8.0 and - :ref:`pip` v6.0