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: astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20251031
Choose a base ref
...
head repository: astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20251120
Choose a head ref
  • 7 commits
  • 33 files changed
  • 5 contributors

Commits on Nov 6, 2025

  1. Drop support for EOL Python 3.9 (#845)

    First pass for
    #841.
    
    There's some `3.9` still left in
    https://github.com/hugovk/python-build-standalone/blob/main/cpython-unix/targets.yml
    because seven targets _only_ support 3.9, like `aarch64-apple-ios` and
    `arm64-apple-tvos`:
    
    
    https://github.com/hugovk/python-build-standalone/blob/2181bddcc918f14275232ad6d1365035f2ae75c4/cpython-unix/targets.yml#L114-L119
    
    Should they be removed? Or upgraded?
    
    Also ran `ruff check --select UP --target-version py310 --fix` and `run
    check --fix`. There's a lot of `--unsafe-fixes` that can be applied, but
    they can be in their own PR to avoid making this too big.
    hugovk authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    651d393 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    cdb5ce6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Add optimization flag based on build type (#852)

    Use `-O0` when building all projects for the debug option and `-O3` in
    other cases. Individual build script can adjust these if needed.
    
    closes #849 
    partially addresses #846
    jjhelmus authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    1859bbe View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Fix typo (#854)

    singiamtel authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    652d246 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Upgrade xz from 5.2.12 -> 5.8.1 (#853)

    In version 5.6.0 and newer, liblzma is licensed under the BSD Zero Clause License (0BSD).
    jjhelmus authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    ddddc08 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Do not strip VC redists (#856)

    Closes #855 
    
    Please see the above issue description for why this addition is proposed
    neilmehta24 authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    ad2b817 View commit details
    Browse the repository at this point in the history
  2. Update to CPython 3.15.0a2 (#860)

    Update the cpython-3.15 target from 3.15.0a1 -> 3.15.0a2
    jjhelmus authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    4012f5b View commit details
    Browse the repository at this point in the history
Loading