Skip to content

Commit 8d74305

Browse files
authored
feat: update pyproject.toml to support >= py39
1 parent fb3c0e8 commit 8d74305

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors = [
1212
{ name = "Xianpeng Shen", email = "[email protected]" },
1313
{ name = "Brendan Doherty", email = "[email protected]" },
1414
]
15+
requires-python = ">=3.9"
1516
classifiers = [
1617
# https://pypi.org/pypi?%3Aaction=list_classifiers
1718
"Development Status :: 5 - Production/Stable",
@@ -22,7 +23,11 @@ classifiers = [
2223
"Operating System :: Microsoft :: Windows",
2324
"Operating System :: POSIX :: Linux",
2425
"Operating System :: MacOS",
25-
"Programming Language :: Python :: 3",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
2631
"Topic :: Software Development :: Build Tools",
2732
]
2833
dynamic = ["version"]

0 commit comments

Comments
 (0)