Skip to content

Commit 0529202

Browse files
feat: update pyproject.toml to list supported Python versions (#117)
* feat: update pyproject.toml to support >= py39 * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 1de5271 commit 0529202

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
@@ -22,7 +22,11 @@ classifiers = [
2222
"Operating System :: Microsoft :: Windows",
2323
"Operating System :: POSIX :: Linux",
2424
"Operating System :: MacOS",
25-
"Programming Language :: Python :: 3",
25+
"Programming Language :: Python :: 3.9",
26+
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2630
"Topic :: Software Development :: Build Tools",
2731
]
2832
dynamic = ["version"]

0 commit comments

Comments
 (0)