Skip to content

Commit c8e0337

Browse files
committed
project: Explicit Python versions in metadata
Pypi allows for filtering on Python language versions, make these explicit in the project. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent b254c17 commit c8e0337

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ version = "1.3.99"
88
authors = [{name = "Zephyr Project", email = "[email protected]"}]
99
description = "Zephyr RTOS Project meta-tool"
1010
classifiers = [
11-
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3.9",
12+
"Programming Language :: Python :: 3.10",
13+
"Programming Language :: Python :: 3.11",
14+
"Programming Language :: Python :: 3.12",
15+
"Programming Language :: Python :: 3.13",
1216
"License :: OSI Approved :: Apache Software License",
1317
"Operating System :: POSIX :: Linux",
1418
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)