We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b254c17 commit c8e0337Copy full SHA for c8e0337
pyproject.toml
@@ -8,7 +8,11 @@ version = "1.3.99"
8
authors = [{name = "Zephyr Project", email = "[email protected]"}]
9
description = "Zephyr RTOS Project meta-tool"
10
classifiers = [
11
- "Programming Language :: Python :: 3",
+ "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",
16
"License :: OSI Approved :: Apache Software License",
17
"Operating System :: POSIX :: Linux",
18
"Operating System :: MacOS :: MacOS X",
0 commit comments