rye icon indicating copy to clipboard operation
rye copied to clipboard

Passing `--python-platform` flag to `uv`

Open sondr3 opened this issue 9 months ago • 2 comments

Related to #717 and #1053, now that uv is the default backend would it be possible to pass the --python-platform flag either as configuration or its flag for sync/add etc? This would get us 95% of the way for platform agnostic lockfiles as we only really care about locking down dependencies for Linux.

sondr3 avatar Apr 30 '24 13:04 sondr3

Are there plans to expose the --universal flag that came to uv recently?

bobbyrenwick avatar Jun 28 '24 19:06 bobbyrenwick

This works:

[tool.rye]
universal = true

impredicative avatar Jul 10 '24 17:07 impredicative