Seeding venv adds setuptools and wheel on Python 3.12 #1602
Labels
compatibility
Compatibility with a specification or another tool
good first issue
Good for newcomers
performance
Potential performance improvement
If you use
--seed
on a Python 3.12 venv, you still get setuptools and wheel, while both virutalenv and venv have dropped them if using Python 3.12 or newer. This causesuv venv -p 3.12 --seed
(524ms) to be slower thanvirtualenv .venv
(360ms), which is only addingpip
.The text was updated successfully, but these errors were encountered: