From 650e8ea4f8eeff95e8c7ca0211edab9c5eaf154c Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 23 May 2022 12:16:11 +0200 Subject: [PATCH] Updated Python support in README. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7525b27..70c4ba5 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ should start with a slash, but not end with one; for example:: Python Support -------------- -Daphne requires Python 3.6 or later. +Daphne requires Python 3.7 or later. Contributing