Skip to content

Python 3.12 broken packages #22273

@yashgorana

Description

@yashgorana

Some recent change made that makes py3.12-pip conflicts with python-3.12-default.
image

After digging around there seems to be a couple of changes that were made

Earlier similar breaking change were made from python-3.12 to python-3.12-default; where the former no longer had python as a valid executable only python3.12, and required the "default" suffix to get it to work. Same for -dev-default

Questions

  1. Which package should we use to get a stable python3.12 + pip with "python" as a valid entrypoint? just python-3.12? python-3.12-base?
  2. Can we have a stable package+version semantics that doesn't keep getting updated? That guarentees Add binutils-2.39 configuration #1 without any conflicts? We've already had -default, -dev-default, -base?
  3. Is there any place, other than Github PRs, where we can see what breaking changes are going to be introduced?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions