Skip to content

Commit a490e91

Browse files
committed
DOC: Fix classifiers in pyproject.toml
1 parent f4aa49b commit a490e91

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
@@ -26,9 +26,9 @@ classifiers = [
2626
'Development Status :: 5 - Production/Stable',
2727
'Programming Language :: Python',
2828
'Programming Language :: Python :: 3',
29-
'Programming Language :: Python :: 3.11',
3029
'Programming Language :: Python :: 3.12',
3130
'Programming Language :: Python :: 3.13',
31+
'Programming Language :: Python :: 3.14',
3232
'Programming Language :: Python :: Implementation :: CPython',
3333
]
3434

0 commit comments

Comments
 (0)