From 8ea90edb75e5d2353aa91c264356fc9d460ca308 Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Tue, 15 Aug 2023 11:49:31 +0000 Subject: MLBEDSW-7702: Update release notes - 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 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.1