aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
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 /pyproject.toml
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 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e6428e46..42803433 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.9",
+ "Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Compilers",
]