aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-22 13:30:03 +0100
committerThibaut Goetghebuer-Planchon <thibaut.goetghebuer-planchon@arm.com>2023-08-22 13:27:29 +0000
commitc29297e7cec0f505bdf1a7b354efe74d74a78f87 (patch)
treeb4dc9ad0c7b74601f6d744d9f75d359907dffbf2
parent9c47e7ca87347c18c855164d7835494ad7d563a4 (diff)
downloadtosa_checker-c29297e7cec0f505bdf1a7b354efe74d74a78f87.tar.gz
Update minimum Python version to 3.8
Change-Id: Ie0562fb324feeed28438472e0a5b2a8dcf2a3fd6
-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(