Skip to content

Relax python version constraint#395

Closed
TSnake41 wants to merge 1 commit intomasterfrom
teddy/python-version
Closed

Relax python version constraint#395
TSnake41 wants to merge 1 commit intomasterfrom
teddy/python-version

Conversation

@TSnake41
Copy link
Member

@TSnake41 TSnake41 commented Feb 11, 2026

Some distros ship a more python version than 3.11.11 which causes uv to fail using them, while they are compatible.

Relax python version constraint to allow others 3.11.x releases.

That's especially useful if uv-provided binary doesn't work and 3.11 package is newer than 3.11.11 (e.g Fedora)

Some distros ship a more python version than 3.11.11 which
causes uv to fail using them, while they are compatible.

Relax python version constraint to allow others 3.11.x releases.

Signed-off-by: Teddy Astie <teddy.astie@vates.tech>
@TSnake41 TSnake41 requested a review from a team as a code owner February 11, 2026 13:51
@TSnake41
Copy link
Member Author

TSnake41 commented Feb 11, 2026

I don't know if something like >=3.11.11 works in this file (or if that would also pick up 3.12+).

@TSnake41
Copy link
Member Author

TSnake41 commented Feb 11, 2026

I don't know if something like >=3.11.11 works in this file (or if that would also pick up 3.12+).

well it does, and that breaks the code (crypt module removal in PEP 594)

@glehmann
Copy link
Member

Note: #396 should remove the dependency on crypt

Copy link
Member

@glehmann glehmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version is fixed in order, for the devs using uv, to make sure to run with the exact same version.
The problem with uv installed from fedora repositories should be fixed by forcing the uv configuration to the actual uv default

@glehmann
Copy link
Member

#397 should fix the download problem on fedora

@TSnake41 TSnake41 closed this Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants