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: actions/setup-python Loading
base: v4
Choose a base ref
...
head repository: actions/setup-python Loading
compare: v5
Choose a head ref
  • 20 commits
  • 61 files changed
  • 17 contributors

Commits on Oct 6, 2023

  1. 2 Configuration menu
    Copy the full SHA
    3467d92 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Add GraalPy support (#694)

    * Add support for graalpy
    
    * add graalpy test workflow
    
    * format, lint and build
    
    * symlink graalpy binaries names
    
    * fix macos names for graalpy
    
    * Don't attempt to update pip for graalpy
    
    * Remove test schedule
    
    * Extract common getBinaryDirectory function for PyPy and GraalPy
    
    * Clean up and format
    
    * Pass GitHub token to GraalPy queries
    
    * Utilize pagination when querying GraalPy GitHub releases
    
    * Build
    
    * Fix lint errors
    
    * Deal with possible multiple artifacts for a single releases
    
    * Skip few GraalPy tests on windows - we don't have a windows release yet
    
    * Fix GraalPy test on Mac OS
    
    * Build
    
    * Skip one more GraalPy test on windows
    
    ---------
    
    Co-authored-by: Michael Simacek <[email protected]>
    timfel and msimacek committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5f2af21 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    f6cc428 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    8635b1c View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    a00ea43 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    7bc6abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d28961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b64ffca View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    0ae5836 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    0a5c615 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Jan 18, 2024

  1. Fix broken README.md link (#793)

    ukd1 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2f07895 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Fix the "Specifying multiple Python/PyPy versions" link (#782)

    The link was broken due to inconsistency between a table of content and
    an actual title of a corresponding section of the Advanced Usage guide.
    Jamim committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    871daa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Bump undici from 5.27.2 to 5.28.3 (#817)

    * Bump undici from 5.27.2 to 5.28.3
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.27.2...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * license check fix
    
    * dependency fix
    
    * nightly version issue fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9a7ac94 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    10aa35a View commit details
    Browse the repository at this point in the history
  2. Documentation changes for avoiding rate limit issues on GHES (#835)

    * initial commit for documentation changes related to rawapi
    
    * documentation changes and added check for validating raw api
    
    * documenation changes for pr
    priya-kinthali committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    82c7e63 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (#893)

    * Bump braces from 3.0.2 to 3.0.3
    
    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump undici from 5.28.3 to 5.28.4
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4eb7dbc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. fix(ci): update all failing workflows (#863)

    * fix(ci): update all failing workflows
    
    With `macos-latest` moving to `macos-14`, most workflows are currently failing.
    Update them to be able to run on `macos-latest`
    
    Don't test python 3.5 on ubuntu. It's been EOL for almost 4 years and there are now some certificate issues with pip.
    
    * review: remove test with python 3.5, 3.6 & 3.7
    
    * add latest versions to e2e-tests.yml
    mayeut committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a0d74c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Documentation update for cache (#873)

    * updated doc
    
    * added note
    
    * modify1
    
    * Update advanced-usage.md
    
    * Update 0000-caching-dependencies.md
    
    ---------
    
    Co-authored-by: gowridurgad <[email protected]>
    gowridurgad and gowridurgad committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    39cd149 View commit details
    Browse the repository at this point in the history
Loading