aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlexander Hansson <Alexander.Hansson@arm.com>2023-05-08 14:22:48 +0200
committerRickard Bolin <rickard.bolin@arm.com>2023-05-10 13:40:07 +0000
commitd514a854527a9d5373d0de48e5818492ce859a0e (patch)
tree0aa732d1dc93315632c49af068eb6ada0b781967 /pyproject.toml
parent10d6b3b3fa594b9aca4a72f002acea9f927f9c60 (diff)
downloadethos-u-vela-d514a854527a9d5373d0de48e5818492ce859a0e.tar.gz
MLBEDSW-7490: Update documented python version to 3.9
Signed-off-by: Alexander Hansson <Alexander.Hansson@arm.com> Change-Id: I0e8cd68c7dce47018551a89ef96941e27ec93eda
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 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",
]