From 7d883fc12f23ff271797e3769ae942c26a91b359 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 7 Oct 2024 12:06:43 -0500 Subject: [PATCH] Add 3.13 support to the platform reference (#7971) --- docs/reference/platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/platforms.md b/docs/reference/platforms.md index f39215047..9d8c73935 100644 --- a/docs/reference/platforms.md +++ b/docs/reference/platforms.md @@ -31,4 +31,4 @@ build on aarch64 Windows, but does not consider either platform to be supported minimum supported Windows versions are Windows 10 and Windows Server 2016, following [Rust's own Tier 1 support](https://blog.rust-lang.org/2024/02/26/Windows-7.html). -uv supports and is tested against Python 3.8, 3.9, 3.10, 3.11, and 3.12. +uv supports and is tested against Python 3.8, 3.9, 3.10, 3.11, 3.12, and 3.13.