aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2023-02-15 14:57:10 +0000
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2023-02-15 16:52:28 +0000
commitdf856cc9f20670ade3e84511f0fcbcc11425705d (patch)
treefc3f6627e289c52c06c42af2ec2547eaa1ad4794 /setup.cfg
parentcd94cefec7e8cf28b0100111223cad4cd9849a72 (diff)
downloadmlia-df856cc9f20670ade3e84511f0fcbcc11425705d.tar.gz
MLIA-814 Specify required Python version exactly
There is an issue with Python 3.8.0 that makes it impossible to use MLIA. It is fixed from Python 3.8.1 onwards. https://github.com/python/cpython/issues/82019 Change-Id: I48c0a5f103fb29561be483875ba706928b7e77d1
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bee1edf..bea8e42 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,7 @@ keywords = ml, arm, ethos-u, tflite
[options]
include_package_data = True
-python_requires = >=3.8
+python_requires = >=3.8.1
package_dir =
= src
packages = find_namespace: