Skip to content

build: replace uv_build with pdm-backend #1455

Merged
Nytelife26 merged 2 commits intomainfrom
build/pdm
Nov 18, 2025
Merged

build: replace uv_build with pdm-backend #1455
Nytelife26 merged 2 commits intomainfrom
build/pdm

Conversation

@Nytelife26
Copy link
Copy Markdown
Contributor

Relevant issues

Resolves #1450. Resolves #1452.

Brief

uv_build is not available on some previously supported systems. While faster than pdm-backend, the difference is negligible, and pdm-backend is available everywhere Python is. This ensures all supported systems remain compatible for 0.16 onwards.

Changes

  • Remove the deprecated License trove classifier
  • Use pdm-backend instead of uv_build

@Nytelife26 Nytelife26 added the type: build A change to the build system and external dependencies label Nov 18, 2025
@Nytelife26 Nytelife26 merged commit b0b9778 into main Nov 18, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: build A change to the build system and external dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

uv_build dependency makes proselint non-portable Outdated uv_build required

2 participants