From a61ca1c0bd39f1e37337e892d941867139a51508 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 21 Dec 2020 11:19:57 -0800 Subject: [PATCH] mark this as requiring 3.8.. needed for asyncio tests and more.. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4787c06..21f7780 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( description='Build Integrity and Testing of Embedded systems LAB', #download_url='', long_description=open('README.md').read(), + python_requires='>=3.8', install_requires=[ 'aioconsole', # for aioconsole.stream only 'databases[sqlite]',