From 4776a202faa2fe29d44e2fae36a513d19fdc545d 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b258888..70c6bae 100755 --- a/setup.cfg +++ b/setup.cfg @@ -27,14 +27,13 @@ classifiers = [options] zip_safe = false include_package_data = true -python_requires = >=3.7,<3.10 +python_requires = >=3.9 test_suite = tests install_requires = # deprecated/redundant with pyproject.toml, but lets keep both ways around for now setup_requires = setuptools >=39.2.0 setuptools_scm >= 4.1.2 - wheel [options.extras_require] # To install these dependencies, run pip install .[test] test =