From af37e9a036a479423478f2e724cc918417201071 Mon Sep 17 00:00:00 2001
From: Robin Goodall <rjg21@cam.ac.uk>
Date: Tue, 14 Mar 2023 15:13:05 +0000
Subject: [PATCH] Python 3.9 required

---
 setup.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/setup.py b/setup.py
index 81236c7..9c7b389 100644
--- a/setup.py
+++ b/setup.py
@@ -25,9 +25,5 @@ setup(
             'gsuitesync=gsuitesync:main',
         ]
     },
-    extras_require={
-        ':python_version < "3.7"': [
-            'dataclasses',
-        ],
-    }
+    python_requires='>=3.9',
 )
-- 
GitLab