aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRickard Bolin <rickard.bolin@arm.com>2023-08-15 11:49:31 +0000
committerRickard Bolin <rickard.bolin@arm.com>2023-08-21 10:10:01 +0000
commit8ea90edb75e5d2353aa91c264356fc9d460ca308 (patch)
tree61a919a1a08e9ebcac59d73fdd2098595ace6e34 /README.md
parent3db30ff556fab8a6041a63e4d34a82e2b64f6a51 (diff)
downloadethos-u-vela-8ea90edb75e5d2353aa91c264356fc9d460ca308.tar.gz
MLBEDSW-7702: Update release notes3.9.0
- Added release information - Modified SUPPORTED_OPS.md version info - Update README.md and classifiers in pyproject.toml to specify Python 3.10 as recommended and tested version Change-Id: I78e5752846f261d4713b89c8efe447bcb9c095dd Signed-off-by: Rickard Bolin <rickard.bolin@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index b2a13c39..ce76e3b8 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,8 @@ testing is also performed across a range of newer versions starting at the
minimum version (pyproject.toml:project.requires-python) indicated in the
brackets:
-* Vela 3.8.0 to current supports Python 3.9 (3.8)
+* Vela 3.9.0 to current supports Python 3.10 (3.8)
+* Vela 3.8.0 supports Python 3.9 (3.8)
* Vela 3.4.0 to 3.7.0 supports Python 3.7 (3.8)
* Vela 3.3.0 supports Python 3.8 (3.7)
* Vela 0.1.0 to 3.2.0 supports Python 3.6 (3.7)
@@ -80,9 +81,9 @@ Vela runs on Linux and Microsoft Windows 10 operating systems.
The following should be installed prior to the installation of Vela:
-* Python 3.9 or compatible
+* Python 3.10 or compatible
- Development version containing the Python/C API header files
- - e.g. `apt install python3.9-dev` or `yum install python39-devel`
+ - e.g. `apt install python3.10-dev` or `yum install python310-devel`
* Pip3
* C99 capable compiler and associated toolchain
- For Linux operating systems, a GNU toolchain is recommended.
@@ -239,7 +240,7 @@ the mlw_codec and the current version of NumPy.
In the ethos-u-vela source directory, run:
```bash
-virtualenv -p 3.9 venv
+virtualenv -p 3.10 venv
. venv/bin/activate
pip install ethos-u-vela
```