Skip to content

Commit 3214aeb

Browse files
authored
fix tags
1 parent 86b9fbe commit 3214aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ readme = "README.md"
1717
license = {text = "GPL-2.0-or-later"}
1818
classifiers = [
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
2221
"Programming Language :: Python :: 3.12",
2322
"Programming Language :: Python :: 3.13",
2423
"Programming Language :: Python :: 3.14",
24+
"Programming Language :: Python :: 3.15",
2525
]
2626
keywords = ["string", "Levenshtein", "comparison", "edit-distance"]
2727

0 commit comments

Comments
 (0)