Skip to content

Commit 247a7cf

Browse files
committed
chore: fix python classifiers in pyproject.toml
1 parent 7bdf7ea commit 247a7cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.8",
24-
"Programming Language :: Python :: 3.9",
2523
"Programming Language :: Python :: 3.10",
2624
"Programming Language :: Python :: 3.11",
2725
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2827
"Programming Language :: Python :: 3 :: Only",
2928
"Intended Audience :: Developers",
3029
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)