-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.10: GHA Docs builds of PRs fail because they use removed actions/upload-artifact: v3 #129641
Comments
encukou
added a commit
to encukou/cpython
that referenced
this issue
Feb 4, 2025
…act@v4 Add options for backwards compatibility, from the docs at: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes
pablogsal
pushed a commit
that referenced
this issue
Feb 13, 2025
#129642) * [3.10] gh-129641: Switch Docs GHA build to actions/upload-artifact@v4 Add options for backwards compatibility, from the docs at: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes * Python Tutorial typo fix (#128077) Backported form commit: 5a584c8 This is a trivial change meant to trigger a Docs build. * Use Python 3.12 for the 3.10 docs build The pinned version of Sphinx requires `imghdr`, removed in Python 3.13. --------- Co-authored-by: shallow-beach <96891913+shallow-beach@users.noreply.github.com>
3.9 currently builds cpython from source like so
but I it builds from the 3.9 branch it checks out so there is no need to change anything. There is still |
encukou
added a commit
to encukou/cpython
that referenced
this issue
Feb 14, 2025
…ct@v4 (pythonGH-129642) Add options for backwards compatibility, from the docs at: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes
Thanks! I already had the 3.9 PR half-done when I saw your message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3.10 & 3.9 PRs fail on documentation builds with:
For example: https://github.com/python/cpython/actions/runs/13077929192/job/36494533879?pr=129529
Linked PRs
The text was updated successfully, but these errors were encountered: