Skip to content

Commit ddb51ad

Browse files
committed
Add Python version classifiers and requires-python field
Added classifiers to specify supported Python versions and project metadata for clarity and compatibility. Defined the minimum required Python version as 3.10 to ensure compatibility with the project's dependencies and functionality. Signed-off-by: DanielAvdar <[email protected]>
1 parent 8ae40bb commit ddb51ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ authors = [
77
]
88
license = { text = "MIT" }
99
readme = "README.md"
10+
classifiers = [
11+
"Programming Language :: Python :: 3",
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 :: MIT License",
17+
"Operating System :: OS Independent",
18+
]
1019
requires-python = ">=3.10"
1120

1221
keywords = [

0 commit comments

Comments
 (0)