Skip to content

Commit c11b20b

Browse files
Chore: Reorder Programming Language stanza
Signed-off-by: Matthew Watkins <[email protected]>
1 parent 74b53c6 commit c11b20b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ classifiers = [
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.14",
28-
"Programming Language :: Python :: 3.13",
29-
"Programming Language :: Python :: 3.12",
30-
"Programming Language :: Python :: 3.11",
3127
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3232
"Topic :: Software Development",
3333
]
3434
dependencies = [

0 commit comments

Comments
 (0)