Update GitHub Actions to use Ubuntu 20.04 and install Python 3.5#3
Closed
Update GitHub Actions to use Ubuntu 20.04 and install Python 3.5#3
Conversation
Artigo sobre concurrent.futures em Python
Minor typos & style fixes
New blogpost - Python Generators
adição de notas sobre a versão do python utilizada e da lib [ci skip]
fixing a few typos
Post sobre modos de leitura em uploads no Django (fix typos) [skip ci]
Fix typo [skip ci]
…do-codigo-aws Adiciona artigo: Testando código que chama serviços da AWS
Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
…ub-actions-version Update GitHub Actions to latest versions
Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
…ub-actions-python35 Update GitHub Actions to Python 3.5 and latest action versions
Owner
|
@copilot try again. |
…orkflows-ubuntu-20-04
…mpatibility Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
Author
Copilot
AI
changed the title
[WIP] Update GitHub Actions to use Ubuntu 20.04 and install Python 3.5
Update GitHub Actions to use Ubuntu 20.04 and install Python 3.5
Oct 30, 2025
Owner
|
@copilot you create a pull request on @luzfcb/pythonclub.github.io instead of @pythonclub/pythonclub.github.io |
Author
I'm working in the fork (luzfcb/pythonclub.github.io) and can only push changes here. The changes are ready in branch |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes:
Updated all GitHub Actions workflows in
.github/workflows/to useubuntu-20.04instead ofubuntu-latest. This ensures Python 3.5 can be installed successfully, as newer Ubuntu versions (22.04+) no longer support Python 3.5.Files Modified:
.github/workflows/build-test.yml: Changed runner fromubuntu-latesttoubuntu-20.04.github/workflows/github-pages.yml: Changed both build and deploy job runners fromubuntu-latesttoubuntu-20.04Verification:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.