mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 14:30:14 -05:00
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> Closes #1329. ## Summary <!-- What's the purpose of the change? What does it do, and why? --> Mentions use of seed packages during `uv venv --seed`, and clarifies the divergence in behavior when using Python 3.12+. ## Test Plan <!-- How was it tested? --> `cargo nextest run --test venv` --------- Co-authored-by: Zanie Blue <contact@zanie.dev>