Skip to content

Commit d798517

Browse files
committed
fix(metadata): correct trove classifiers
1 parent f67f8d0 commit d798517

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
@@ -16,11 +16,11 @@ classifiers = [
1616
"License :: OSI Approved :: BSD License",
1717
"Operating System :: OS Independent",
1818
"Programming Language :: Python",
19-
"Programming Language :: Python :: 3.8",
2019
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2424
"Topic :: Internet :: WWW/HTTP",
2525
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2626
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)