You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- prepare_release and tag_release install praw-release via 'uv tool
install' from the pinned archive; uv provisions Python 3.14 for the
tool venv (praw-release now requires it) so setup-python is dropped.
- tag_release's prerelease probe runs via 'uv run --with packaging'.
- ci, pre-commit_autoupdate, and set_active_docs keep setup-python for
interpreters but install dependencies with 'uv pip install --system'
(cache: pip dropped along with pip itself).
- lint runs zizmor via uvx instead of pipx.
0 commit comments