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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.0
Choose a base ref
...
head repository: actions/setup-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 5, 2025

  1. fix: install PyPy on Linux ARM64 (#1011)

    * ci: check non-eol versions of PyPy are available on all runners
    
    * fix: install PyPy on Linux ARM64
    
    * ci: remove eol ubuntu-20.04
    mayeut authored Feb 5, 2025
    Copy the full SHA
    8039c45 View commit details

Commits on Feb 18, 2025

  1. Bump @vercel/ncc from 0.38.1 to 0.38.3 (#1016)

    * Bump @vercel/ncc from 0.38.1 to 0.38.3
    
    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.3.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.38.1...0.38.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * check failure fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    dependabot[bot] and aparnajyothi-y authored Feb 18, 2025
    Copy the full SHA
    6ca8e85 View commit details

Commits on Mar 4, 2025

  1. Support free threaded Python versions like '3.13t' (#973)

    * Support free threaded Python versions like '3.13t'
    
    Python wheels, pyenv, and a number of other tools use 't' in the Python
    version number to identify free threaded builds. For example, '3.13t',
    '3.14.0a1', '3.14t-dev'.
    
    This PR supports that syntax in `actions/setup-python`, strips the "t",
    and adds "-freethreading" to the architecture to select the correct
    Python version.
    
    See #771
    
    * Add free threading to advanced usage documentation
    
    * Fix desugaring of `3.13.1t` and add test case.
    
    * Add freethreaded input and fix handling of prerelease versions
    
    * Fix lint
    
    * Add 't' suffix to python-version output
    
    * Use distinct cache key for free threaded Python
    
    * Remove support for syntax like '3.14.0a1'
    
    * Clarify use of 't' suffix
    
    * Improve error message when trying to use free threaded Python versions before 3.13
    colesbury authored Mar 4, 2025
    Copy the full SHA
    9e62be8 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v5.4.0...main