Skip to content

Commit 4abd01c

Browse files
committed
chore: fix classifiers in pyproject.toml
1 parent dabc7a1 commit 4abd01c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ authors = [{ name = "Amperser Labs", email = "hello@amperser.com"}]
77
readme = "README.md"
88
classifiers = [
99
"Programming Language :: Python :: Implementation :: CPython",
10-
"Programming language :: Python :: 3",
11-
"Programming language :: Python :: 3.10",
12-
"Programming language :: Python :: 3.11",
13-
"Programming language :: Python :: 3.12",
14-
"Programming language :: Python :: 3.13",
15-
"Programming language :: Python :: 3.14",
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3.10",
12+
"Programming Language :: Python :: 3.11",
13+
"Programming Language :: Python :: 3.12",
14+
"Programming Language :: Python :: 3.13",
15+
"Programming Language :: Python :: 3.14",
1616
"License :: OSI Approved :: BSD License",
1717
]
1818
requires-python = ">=3.10"

0 commit comments

Comments
 (0)