From 47d0c106daa1cd8e9aa8e6c43c3c74f47634a33e Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Fri, 8 Oct 2021 15:17:53 +0100
Subject: [PATCH] This would require Python 3.7 or above

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 56a629075..00c5517c6 100644
--- a/setup.py
+++ b/setup.py
@@ -140,7 +140,7 @@ setup(
             "pre-commit",
         ],
     },
-    python_requires=">=3.6",
+    python_requires=">=3.7",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Environment :: Console",
-- 
GitLab