From 63e6674caee7d70bd74e9d5bcb308fc95f91514c 2023-04-28 13:55:34 From: Gabriel Date: 2023-04-28 13:55:34 Subject: [PATCH] Python Requires >=3.9 --- 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"