From 30d885e5d33c4b79b3bf793237d045827b256287 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sun, 4 Feb 2024 15:51:24 +0000 Subject: [PATCH] Update setup.cfg --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a3145792..157c766e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,15 +33,13 @@ classifiers = [options] zip_safe = false -python_requires = ~=3.7 +python_requires = >=3.8 packages = find: include_package_data = true setup_requires = setuptools install_requires = atpublic - attrs - typing-extensions ; python_version < '3.8' tests_require = tox setuptools