Add news fragment.

This commit is contained in:
Matt Davis
2022-08-19 08:15:31 -04:00
parent 1b6fa94245
commit 2db36dea7d
+2
View File
@@ -0,0 +1,2 @@
Revert the exclusion of ``BAD_PACKAGES`` from ``batch_install`` in order for ``pipenv`` to install specific versions of ``setuptools``.
To prevent issue upgrading ``setuptools`` this patches ``_USE_SYSCONFIG_DEFAULT`` to use ``sysconfig`` for ``3.7`` and above whereas ``pip`` default behavior was ``3.10`` and above.