From 3615191b1161a735058b309dc7d6e03dd6fd586a Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 30 Mar 2021 22:38:02 +0200 Subject: [PATCH] Build: python_requires = >=3.7,<3.9 (since linux and mac might be different) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 49115b6..e856bc6 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = [options] zip_safe = false include_package_data = true -python_requires = >=3.8,<3.9 +python_requires = >=3.7,<3.9 test_suite = tests install_requires = # deprecated/redundant with pyproject.toml, but lets keep both ways around for now