From 9e2e9f2d10e69e48ac0c58359db9a1c5208cff8b Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Sat, 14 Dec 2024 12:00:13 -0600 Subject: [PATCH] Remove `pypy` from top-level pin example (#9896) --- README.md | 4 ++-- docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f20bc742..e6bcfd57f 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,8 @@ Type "help", "copyright", "credits" or "license" for more information. Use a specific Python version in the current directory: ```console -$ uv python pin pypy@3.11 -Pinned `.python-version` to `pypy@3.11` +$ uv python pin 3.11 +Pinned `.python-version` to `3.11` ``` See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get diff --git a/docs/index.md b/docs/index.md index acb04a59d..ac114faeb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -160,8 +160,8 @@ Type "help", "copyright", "credits" or "license" for more information. Use a specific Python version in the current directory: ```console -$ uv python pin pypy@3.11 -Pinned `.python-version` to `pypy@3.11` +$ uv python pin 3.11 +Pinned `.python-version` to `3.11` ``` See the [installing Python guide](./guides/install-python.md) to get started.