From b42e118e89f363257a257e9d9e9d95a27b9750c6 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 14 Feb 2019 13:08:37 -0500 Subject: [PATCH] Go 3.7 since dataclasses --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 885d992..70725a7 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( install_requires=[ 'msgpack', 'trio>0.8', 'async_generator', 'colorlog', 'wrapt'], tests_require=['pytest'], - python_requires=">=3.6", + python_requires=">=3.7", keywords=[ "async", "concurrency", "actor model", "distributed", 'trio', 'multiprocessing'