From c29297e7cec0f505bdf1a7b354efe74d74a78f87 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Tue, 22 Aug 2023 13:30:03 +0100 Subject: Update minimum Python version to 3.8 Change-Id: Ie0562fb324feeed28438472e0a5b2a8dcf2a3fd6 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f0364a..cc4130c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To build the TOSA Checker the following are required: * Ubuntu® 20.04.03 LTS (the TOSA Checker has been tested on this OS, but should work on other Linux® OS) * Bazel™ (Bazelisk is an easy way to install the correct version of Bazel™) * Git™ -* Python® >=3.7 (python, python-dev and python-pip) +* Python® >=3.8 (python, python-dev and python-pip) ## Building and installation diff --git a/setup.py b/setup.py index 7aaf5d1..4a65ada 100644 --- a/setup.py +++ b/setup.py @@ -192,7 +192,7 @@ setuptools.setup( author="Arm Limited", url="https://git.mlplatform.org/tosa/tosa_checker.git/", license="Apache-2.0", - python_requires=">=3.7", + python_requires=">=3.8", cmdclass={"build_ext": BazelBuildExtension}, ext_modules=[ BazelExtensionModule( -- cgit v1.2.1