8000 Comparing Quansight-Labs:main...ngoldbaum:main · Quansight-Labs/setup-python · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
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: Quansight-Labs/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: ngoldbaum/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.
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 29, 2024

  1. 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
    colesbury committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    eb2a653 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Use 'Quansight-Labs' repo

    colesbury committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    079f76b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge pull request #1 from colesbury/quansight

    Support free threaded Python versions like '3.13t'
    andfoy authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b9ab292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33752f View commit details
    Browse the repository at this point in the history
Loading
0