-
Notifications
You must be signed in to change notification settings - Fork 1
Update GitHub Actions to use Ubuntu 20.04 and install Python 3.5 #3
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
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
|
@copilot try again. |
…orkflows-ubuntu-20-04
…mpatibility Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
|
@copilot you create a pull request on @luzfcb/pythonclub.github.io instead of @pythonclub/pythonclub.github.io |
I'm working in the fork (luzfcb/pythonclub.github.io) and can only push changes here. The changes are ready in branch |
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.