aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--pyproject.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fe0f89b3..5e3c419f 100644
--- a/README.md
+++ b/README.md
@@ -63,9 +63,9 @@ Vela runs on Linux and Microsoft Windows 10 operating systems.
The following should be installed prior to the installation of Vela:
-* Python 3.7 or compatible
+* Python 3.9 or compatible
- Development version containing the Python/C API header files
- - e.g. `apt install python3.7-dev` or `yum install python37-devel`
+ - e.g. `apt install python3.9-dev` or `yum install python39-devel`
* Pip3
* A C99 capable compiler and associated toolchain
- For Linux operating systems, a GNU toolchain is recommended.
@@ -222,7 +222,7 @@ the mlw_codec and the current version of NumPy.
In the ethos-u-vela source directory, run:
```bash
-virtualenv -p 3.8 venv
+virtualenv -p 3.9 venv
. venv/bin/activate
pip install ethos-u-vela
```
diff --git a/pyproject.toml b/pyproject.toml
index 0c88abb2..9332a3ff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,7 +28,7 @@ classifiers = [
"Operating System :: Microsoft :: Windows :: Windows 10",
"Programming Language :: C",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Compilers",
]