From d8c71d33e1f218fb5787506077e7d99e29c89b32 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Mon, 12 Aug 2024 21:28:45 -0400 Subject: [PATCH 1/2] Update Python version in index.md Updated the version to match the README --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b3d9e2db..bad3ad53 100644 --- a/docs/index.md +++ b/docs/index.md @@ -72,7 +72,7 @@ See [`arun_process` docs][watchfiles.arun_process] for more details. ## Installation -**watchfiles** requires **Python 3.7** to **Python 3.10**. +**watchfiles** requires **Python 3.7** to **Python 3.13**. ### From PyPI From b1d6956a2d13183cb85aeeb2a636534499348abd Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Tue, 13 Aug 2024 11:31:16 -0400 Subject: [PATCH 2/2] Update docs/index.md Co-authored-by: Samuel Colvin --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index bad3ad53..1bae9de0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -72,7 +72,7 @@ See [`arun_process` docs][watchfiles.arun_process] for more details. ## Installation -**watchfiles** requires **Python 3.7** to **Python 3.13**. +**watchfiles** requires **Python 3.8** to **Python 3.13**. ### From PyPI