Skip to content

Commit 3288ce6

Browse files
committed
Fix toml syntax
1 parent a51ea68 commit 3288ce6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20-
"Programming Language :: Python :: 3.12"
21-
"Programming Language :: Python :: 3.13"
22-
"Programming Language :: Python :: 3.14"
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2323
]
2424
keywords = [
2525
"ckan",

0 commit comments

Comments
 (0)