From e8b33c38e2ad723e17ca6480143e6905821738a0 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Tue, 18 Nov 2025 09:41:33 -0800 Subject: [PATCH] chore: fix broken Python 3.13 documentation link --- CONTRIBUTING.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c91768524..b59294006 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -246,6 +246,7 @@ We support: .. _Python 3.10: https://docs.python.org/3.10/ .. _Python 3.11: https://docs.python.org/3.11/ .. _Python 3.12: https://docs.python.org/3.12/ +.. _Python 3.13: https://docs.python.org/3.13/ .. _Python 3.14: https://docs.python.org/3.14/