aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--setup.py2
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(