From 1f738352da0a38eed25f4730fde097f06eaaacd6 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Sat, 30 Jan 2021 16:39:12 +0000 Subject: [PATCH] strict to >=3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f0d0a0..84c3b41 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,6 @@ license='MIT', packages=['watchgod'], package_data={'watchgod': ['py.typed']}, - python_requires='>=3.5', + python_requires='>=3.6', zip_safe=True, )