Commit Graph

4 Commits

Author SHA1 Message Date
Oscar Lesta
8f0aa87c19 pip: drop support for all but current "default Python".
IMO, this recipe should be just dropped, but sadly, we still have
a few recipes using pip :-(. I consider using pip on recipes a
big NO NO, and I think we should avoid it.

Besides that...

`pip` moves too fast for us to properly keep up, and installing
pip for whatever Python version is as simple as doing:

> python3.xx -m ensurepip --altinstall
> python3.xx -m pip install --upgrade pip

(replace .xx accordingly, of course)

And then users can just update their pip whenever they like.
2025-09-20 02:00:39 -03:00
OscarL
cfcf330775 pip: add support for Python 3.12. (#9614) 2023-10-12 07:12:53 +00:00
OscarL
fc7fe46c07 pip: fix typo. (#9481)
This silly typo prevented the inclusion of `/bin/{pip,pip3}`
along with `/bin/pip-3.10` (for the default Python version,
it is always nice to provide non-version-suffixed commands).
2023-09-21 08:12:18 +02:00
OscarL
ba81750fd2 pip: update to version 23.2.1 (#9308)
Also: drop 3.8, add 3.11 support.
2023-08-30 19:17:38 +00:00