-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix windows CI for 3.8 and the outdated command that was refactored t…
…o remove pkg_resources. (#6146) * try 7.1.0 of importlib-metadata * Update news fragment
- Loading branch information
Showing
10 changed files
with
290 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
``pipenv`` converts off ``pkg_resources`` API usages. This necessitated also vendoring in: | ||
* latest ``pipdeptree==2.18.1`` which also converted off ``pkg_resources`` | ||
* ``importlib-metadata==6.5.1`` to continue supporting python 3.8 and 3.9 | ||
* ``importlib-metadata==7.1.0`` to continue supporting python 3.8 and 3.9 | ||
* ``packaging==24.0`` since the packaging we were utilizing in pip's _vendor was insufficient for this conversion. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.