From 8e0644ceefdd0b479db5721b559986f586bf2be9 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 12 Aug 2022 18:10:18 +0200 Subject: [PATCH] Build: use python >= 3.9 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 853cdfd..70c6bae 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = [options] zip_safe = false include_package_data = true -python_requires = >=3.7,<3.9 +python_requires = >=3.9 test_suite = tests install_requires = # deprecated/redundant with pyproject.toml, but lets keep both ways around for now