Skip to content

Commit 09e5e5c

Browse files
committed
pyproject.toml: Remove Python 3.9 support
Update the project information to reflect the changes done for dropping Python 3.9 support. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 2f97cb2 commit 09e5e5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ version = "1.5.99"
88
authors = [{name = "Zephyr Project", email = "[email protected]"}]
99
description = "Zephyr RTOS Project meta-tool"
1010
classifiers = [
11-
"Programming Language :: Python :: 3.9",
1211
"Programming Language :: Python :: 3.10",
1312
"Programming Language :: Python :: 3.11",
1413
"Programming Language :: Python :: 3.12",
@@ -17,7 +16,7 @@ classifiers = [
1716
"Operating System :: MacOS :: MacOS X",
1817
"Operating System :: Microsoft :: Windows",
1918
]
20-
requires-python = ">=3.9"
19+
requires-python = ">=3.10"
2120
dependencies = [
2221
"colorama",
2322
"PyYAML>=5.1",

0 commit comments

Comments
 (0)