File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -1452,6 +1452,11 @@ We are also changing our support for :ref:`Constraints Files`:
1452
1452
* Links are not allowed as constraints (see :issue: `8253 `)
1453
1453
* Constraints cannot have extras (see :issue: `6628 `)
1454
1454
1455
+ Per our :ref: `Python 2 Support ` policy, pip 20.3 users who are using
1456
+ Python 2 will use the legacy resolver by default. Python 2 users
1457
+ should upgrade to Python 3 as soon as possible, since in pip 21.0 in
1458
+ January 2021, pip will drop support for Python 2 altogether.
1459
+
1455
1460
1456
1461
How to upgrade and migrate
1457
1462
--------------------------
@@ -1504,13 +1509,6 @@ How to upgrade and migrate
1504
1509
their root causes, you can choose the old resolver behavior
1505
1510
using the flag ``--use-deprecated=legacy-resolver ``.
1506
1511
1507
- Per our :ref: `Python 2 Support ` policy, pip 20.3 users who are
1508
- using Python 2 and who have trouble with the new resolver can
1509
- choose to switch to the old resolver behavior using the flag
1510
- ``--use-deprecated=legacy-resolver ``. Python 2 users should
1511
- upgrade to Python 3 as soon as possible, since in pip 21.0 in
1512
- January 2021, pip will drop support for Python 2 altogether.
1513
-
1514
1512
5. **Please report bugs ** through the `resolver testing survey `_.
1515
1513
1516
1514
You can’t perform that action at this time.
0 commit comments