uv venv venv --python 3.12 creates a virtual environment with Python 3.12, even if you didn't have 3.12 installed on your system already.
uv add --dev pytest will add pytest to your dev dependencies.
Collection
[
|
...
]
uv venv venv --python 3.12 creates a virtual environment with Python 3.12, even if you didn't have 3.12 installed on your system already.
uv add --dev pytest will add pytest to your dev dependencies.