diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-24 11:43:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 11:43:05 (GMT) |
commit | 6d332a6cfa371cdb45c180b3da72d491569b2b02 (patch) | |
tree | a1ad8e58a62d4c83b0ea70ea3a5600629abe11a1 /Misc | |
parent | 227a1973d5eba9d0cf2119f63b48f36dbba9e179 (diff) | |
download | cpython-6d332a6cfa371cdb45c180b3da72d491569b2b02.zip cpython-6d332a6cfa371cdb45c180b3da72d491569b2b02.tar.gz cpython-6d332a6cfa371cdb45c180b3da72d491569b2b02.tar.bz2 |
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
(cherry picked from commit 3c94d3395edbcd299cbdacd09660ed88e654eeef)
Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst b/Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst new file mode 100644 index 0000000..f3d9cf3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst @@ -0,0 +1 @@ +Upgrade bundled setuptools to 63.2.0. |