From f018a6831e9b3267436b9e352f08d7b64df628b8 Mon Sep 17 00:00:00 2001 From: Dwight Lidman Date: Wed, 11 May 2022 12:17:45 +0200 Subject: MLBEDSW-6518: Change to Python 3.7 This commit downgrades the required Python version to 3.7 from 3.8. Signed-off-by: Dwight Lidman Change-Id: I07057908b97bcd94663f001474d877ba41411ae1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ef88f754..244fc4ed 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( "Operating System :: Microsoft :: Windows :: Windows 10", "Programming Language :: C", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Compilers", ], @@ -89,7 +89,7 @@ setup( "ethosu.vela.tosa", "ethosu.mlw_codec", ], - python_requires="~=3.8", + python_requires="~=3.7", install_requires=[ "flatbuffers==1.12.0", "numpy", -- cgit v1.2.1