From 57eb35b195cab05c633e9a44ca5a6b9026addd87 Mon Sep 17 00:00:00 2001
From: Christoph Ladurner <christoph.ladurner@tugraz.at>
Date: Sat, 18 Feb 2023 23:13:35 +0100
Subject: [PATCH] increase minimal python version to 3.7

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

diff --git a/setup.cfg b/setup.cfg
index 8bceb0a..9f66d08 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,7 @@ classifiers =
 [options]
 include_package_data = True
 packages = find:
-python_requires = >=3.6
+python_requires = >=3.7
 zip_safe = False
 install_requires =
     cchardet>=1.0.0
-- 
GitLab