Skip to content

Commit 02d3309

Browse files
committed
fix: remove python 3.10
1 parent 4f3160f commit 02d3309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ classifiers = [
1313
"Development Status :: 3 - Alpha",
1414
"Intended Audience :: Developers",
1515
"Topic :: Software Development :: Build Tools",
16-
"Programming Language :: Python :: 3.10",
1716
"Programming Language :: Python :: 3.11",
1817
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1919
]
2020
maintainers = [
2121
{ name = "Marius Cosareanu", email = "[email protected]" },

0 commit comments

Comments
 (0)