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: v4.8.0
Choose a head ref
  • 9 commits
  • 22 files changed
  • 8 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
Loading