From 77b5693840d4ab4f99eba6aa755c0f6ddc74573b 2023-04-29 09:54:32 From: Matthias Bussonnier Date: 2023-04-29 09:54:32 Subject: [PATCH] Python Requires >=3.9 (#14054) https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#python-requirement This should address #14053 Will still need to yank the previous release to prevent this error from continuing to affect 3.8 users. --- diff --git a/setup.cfg b/setup.cfg index abdad78..6df41c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ classifiers = [options] packages = find: -python_requires = >=3.8 +python_requires = >=3.9 zip_safe = False install_requires = appnope; sys_platform == "darwin"