Bug fixes
- Fix `uv venv` handling when `VIRTUAL_ENV` refers to an non-existent
environment ([4073](https://github.com/astral-sh/uv/pull/4073))
Preview features
- Default to current Python minor if `Requires-Python` is absent ([4070](https://github.com/astral-sh/uv/pull/4070))
- Enforce `Requires-Python` when syncing ([4068](https://github.com/astral-sh/uv/pull/4068))
- Track supported Python range in lockfile ([4065](https://github.com/astral-sh/uv/pull/4065))