Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: britsraquel/pythonclub.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 30250e3
Choose a base ref
...
head repository: pythonclub/pythonclub.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6e5871e
Choose a head ref
  • 20 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    56de5ba View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Merge pull request pythonclub#329 from eduardoklosowski/artigo/testan…

    …do-codigo-aws
    
    Adiciona artigo: Testando código que chama serviços da AWS
    luzfcb authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    3ed6e92 View commit details
    Browse the repository at this point in the history
  2. Initial plan

    Copilot committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    6c152b5 View commit details
    Browse the repository at this point in the history
  3. Update GitHub Actions to latest versions while keeping Python 2.7

    Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
    Copilot and luzfcb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    74d7780 View commit details
    Browse the repository at this point in the history
  4. Merge pull request pythonclub#332 from pythonclub/copilot/update-gith…

    …ub-actions-version
    
    Update GitHub Actions to latest versions
    luzfcb authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    25ef23f View commit details
    Browse the repository at this point in the history
  5. Initial plan

    Copilot committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    f7d09cb View commit details
    Browse the repository at this point in the history
  6. Update GitHub Actions to use Python 3.5

    Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
    Copilot and luzfcb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    8a1b03b View commit details
    Browse the repository at this point in the history
  7. Update GitHub Actions versions in build-test.yml

    Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
    Copilot and luzfcb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    3ea7c87 View commit details
    Browse the repository at this point in the history
  8. Trigger CI build

    Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
    Copilot and luzfcb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    bdec8e0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request pythonclub#333 from pythonclub/copilot/update-gith…

    …ub-actions-python35
    
    Update GitHub Actions to Python 3.5 and latest action versions
    luzfcb authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    15290b4 View commit details
    Browse the repository at this point in the history
  10. Initial plan

    Copilot committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    1a979f5 View commit details
    Browse the repository at this point in the history
  11. Update GitHub Actions workflows to use ubuntu-20.04 and Python 3.5.10

    Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
    Copilot and luzfcb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    2dc406e View commit details
    Browse the repository at this point in the history
  12. Merge pull request pythonclub#334 from pythonclub/copilot/update-gith…

    …ub-actions-ubuntu-20-04-python-3-5-10
    
    Pin GitHub Actions to ubuntu-20.04 and Python 3.5.10
    luzfcb authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    16f013a View commit details
    Browse the repository at this point in the history
  13. Initial plan

    Copilot committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    a98e3f0 View commit details
    Browse the repository at this point in the history
  14. Use ubuntu-22.04 and install Python 3.5.10 via pyenv in GH Actions wo…

    …rkflows (cache pyenv versions)
    
    Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
    Copilot and luzfcb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    daf8318 View commit details
    Browse the repository at this point in the history
  15. Use cache-apt-pkgs-action to cache build dependencies

    Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
    Copilot and luzfcb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    328abcc View commit details
    Browse the repository at this point in the history
  16. Merge pull request pythonclub#338 from pythonclub/copilot/update-gith…

    …ub-actions-workflow
    
    Use ubuntu-22.04 and install Python 3.5.10 via pyenv in GitHub Actions workflows
    luzfcb authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    621fcc4 View commit details
    Browse the repository at this point in the history
  17. Add pyenv to the PATH on github actions (pythonclub#339)

    * Add PYENV_ROOT to GITHUB_PATH in workflow
    luzfcb authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    e1d0526 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Fix pyenv setup on github actions (pythonclub#340)

    Replaced manual Python installation steps with pyenv-action for better efficiency.
    
    * Integrate pyenv-action for Python 3.5.10 setup
    luzfcb authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    ec55235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e5871e View commit details
    Browse the repository at this point in the history
Loading