diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-26 13:29:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 13:29:45 (GMT) |
commit | e399f46a77263621610b350453e0f50252c6dc08 (patch) | |
tree | c90da37d75dffaba32a031488c406fea1d7db022 /Doc/requirements.txt | |
parent | ba73473f4c18ba4cf7ab18d84d94a47d2d37a0c5 (diff) | |
download | cpython-e399f46a77263621610b350453e0f50252c6dc08.zip cpython-e399f46a77263621610b350453e0f50252c6dc08.tar.gz cpython-e399f46a77263621610b350453e0f50252c6dc08.tar.bz2 |
gh-104773: PEP 594: Remove the imghdr module (#104777)
* Remove the Lib/test/imghdrdata/ directory.
* Copy 5 pictures (gif, png, ppm, pgm, xbm) from removed
Lib/test/imghdrdata/ to a new Lib/test/tkinterdata/ directory.
* Update Sphinx from 4.5 to 6.2 in Doc/requirements.txt.
Diffstat (limited to 'Doc/requirements.txt')
-rw-r--r-- | Doc/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 9cbd15c..d3fa6ce 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -6,7 +6,8 @@ # Sphinx version is pinned so that new versions that introduce new warnings # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. -sphinx==4.5.0 +# PR #104777: Sphinx 6.2 no longer uses imghdr, removed in Python 3.13. +sphinx==6.2.0 blurb |