Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Sid - Default Python is now python3.13 #4473

Closed
adamnew123456 opened this issue Jan 15, 2025 · 6 comments
Closed

Debian Sid - Default Python is now python3.13 #4473

adamnew123456 opened this issue Jan 15, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@adamnew123456
Copy link
Contributor

Describe the bug

apt install xpra on an up-to-date Sid install fails now that python3 points to Python 3.13:

xpra-common : Depends: python3 (< 3.13) but 3.13.1-2 is to be installed

Additional context

  • 3.13 was made the default in Sid about a week ago. It should flow down to Trixie by the end of the week, if it would be easier to update both in one shot:
python3-defaults (3.13.1-1) unstable; urgency=medium

  * Upload to unstable.

 -- Matthias Klose <doko@debian.org>  Tue, 07 Jan 2025 10:39:13 +0100
@adamnew123456 adamnew123456 added the bug Something isn't working label Jan 15, 2025
@totaam
Copy link
Collaborator

totaam commented Jan 16, 2025

if it would be easier to update both in one shot

The dependency is automatically generated at build time, not something that is set anywhere.

The buildbot is still busy with the 6.2.3 builds.
This does mean that the stable repo probably has python3.13 builds, at least for Sid.

The CUDA thing is not an issue, in 6+ we build the CUDA kernels once before the build and include them in the source archive handed over to the build containers.

@vasvir
Copy link

vasvir commented Jan 16, 2025

debian unstable/sid here.

I think I have correctly setup the beta channel.

apt install xpra
tries to install 6.3-r36942-1 but it requires python < 3.13

Hope that helps

@totaam
Copy link
Collaborator

totaam commented Jan 16, 2025

@vasvir the newest builds are in the stable repo, not beta.

@vasvir
Copy link

vasvir commented Jan 16, 2025

The instructions in https://github.com/Xpra-org/xpra/wiki/Download#-for-debian-based-distributions
suggests to use the xpra-beta.sources for sid.

Must have been misunderstood something.

@totaam
Copy link
Collaborator

totaam commented Jan 17, 2025

Must have been misunderstood something.

As per the comment above (#4473 (comment)), the buildbot is busy with the 6.2.3 release builds, so the builds in stable are newer than beta and therefore the only place where you can get builds against the newer python version that Sid and Trixie just updated to.

@totaam
Copy link
Collaborator

totaam commented Jan 17, 2025

The 6.2.3 builds have completed and now we also have 6.3-r37180 in the beta repositories.

@totaam totaam closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants