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/python-versions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.12.9-13149478207
Choose a base ref
...
head repository: actions/python-versions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.13.0-13707372259
Choose a head ref
  • 4 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 5, 2025

  1. Update versions-manifest (#331)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    4f85d6a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Update versions-manifest (#332)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    e550a75 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Support building free-threaded CPython (#319)

    * Support building free-threaded CPython
    
    Add support for Python's free threading build mode where the global
    interpreter lock is disabled. The packages are marked using a suffix on
    the architecture, like 'x64-freethreaded' or 'arm64-freethreaded'.
    
    * Match '-freethreaded' in arch
    
    * Use type 'string' instead of 'str'
    
    * On Linux, only delete Python installations with the same architecture.
    
    This matches the macOS behavior and allows users to install both the
    free-threading and default builds at the same time.
    colesbury authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    d456108 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Update versions-manifest (#333)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    3854fb5 View commit details
    Browse the repository at this point in the history
Loading