From 4314094e5ee37dcd3d1986cbcead4b1fd141afe5 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Tue, 13 Aug 2024 15:33:03 -0400 Subject: [PATCH] Update Python version in index.md (#296) 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 b3d9e2db..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.10**. +**watchfiles** requires **Python 3.8** to **Python 3.13**. ### From PyPI