Thanks to visit codestin.com
Credit goes to github.com

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: EndlessOps/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 58 files changed
  • 8 contributors

Commits on Feb 18, 2025

  1. Bump @vercel/ncc from 0.38.1 to 0.38.3 (actions#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] <[email protected]>
    
    * check failure fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <[email protected]>
    dependabot[bot] and aparnajyothi-y authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    6ca8e85 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Support free threaded Python versions like '3.13t' (actions#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 actions#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
    Configuration menu
    Copy the full SHA
    9e62be8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Bump @actions/glob from 0.4.0 to 0.5.0 (actions#1015)

    * Bump @actions/glob from 0.4.0 to 0.5.0
    
    Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.4.0 to 0.5.0.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/glob"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix for check failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <[email protected]>
    dependabot[bot] and aparnajyothi-y authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    6fd11e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Add support for .tool-versions file in setup-python (actions#1043)

    * add support for .tool-versions file
    
    * update regex
    
    * optimize code
    
    * update test-python.yml for .tool-versions
    
    * fix format-check errors
    
    * fix formatting in test-python.yml
    
    * Fix test-python.yml error
    
    * workflow update with latest versions
    
    * update test cases
    
    * fix lint issue
    mahabaleshwars authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    19e4675 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Add e2e Testing for free threaded and Bump @action/cache from 4.0.0 t…

    …o 4.0.3 (actions#1056)
    
    * include freethread e2e testing and upgrade cache from 4.0.0 to 4.0.2
    
    * include verify gil step and validated python version
    
    * Rename files
    
    * include ubuntu-arm runners for testing
    priya-kinthali authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    8d9ed9a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (

    …actions#1065)
    
    * remove ubuntu-20.04
    
    * check failure fix
    
    * remove spaces
    
    * npm run format-check
    aparnajyothi-y authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    e348410 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Fix for Candidate Not Iterable Error (actions#1082)

    * candidates not iterable
    
    * update the error message
    
    * update error to debug
    
    * update debug to info
    
    * error message updates
    aparnajyothi-y authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    6ed2c67 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Bump semver and @types/semver (actions#1091)

    * Bump semver and @types/semver
    
    Bumps [semver](https://github.com/npm/node-semver) and [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver). These dependencies needed to be updated together.
    
    Updates `semver` from 7.6.0 to 7.7.1
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.6.0...v7.7.1)
    
    Updates `@types/semver` from 7.5.8 to 7.7.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-version: 7.7.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: "@types/semver"
      dependency-version: 7.7.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixed check failures
    
    ---------
    
    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 authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    5d95bc1 View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 2.8.8 to 3.5.3 (actions#1046)

    * Bump prettier from 2.8.8 to 3.5.3
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.8...3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Enable cancelled checks
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <[email protected]>
    dependabot[bot] and aparnajyothi-y authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    30eafe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Bump ts-jest from 29.1.2 to 29.3.2 (actions#1081)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.3.2.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.2...v29.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-version: 29.3.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    a26af69 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Enhance reading from .python-version (actions#787)

    * Enhance reading from .python-version
    
    * Fix typos
    
    * Fix lint
    
    * Add built files
    
    * Don't use EOL versions in `utils.test.ts`
    
    * Fix Prettier
    
    * Don't use unreleased versions in `utils.test.ts`
    
    * Update versions in `utils.test.ts` again
    krystof-k authored May 21, 2025
    Configuration menu
    Copy the full SHA
    5db1cf9 View commit details
    Browse the repository at this point in the history
Loading