Skip to content

Commit f67b473

Browse files
authored
Update classifiers in pyproject.toml
Removed Django 5.1 classifier and added Free Threading support.
1 parent 39c8dcc commit f67b473

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
@@ -22,7 +22,6 @@ classifiers = [
2222
"Development Status :: 5 - Production/Stable",
2323
"Framework :: Django",
2424
"Framework :: Django :: 4.2",
25-
"Framework :: Django :: 5.1",
2625
"Framework :: Django :: 5.2",
2726
"Framework :: Django :: 6.0",
2827
"Intended Audience :: Developers",
@@ -34,6 +33,7 @@ classifiers = [
3433
"Programming Language :: Python :: 3.12",
3534
"Programming Language :: Python :: 3.13",
3635
"Programming Language :: Python :: 3.14",
36+
"Programming Language :: Python :: Free Threading",
3737
"Programming Language :: Python :: Implementation :: CPython",
3838
"Programming Language :: Python :: Implementation :: PyPy",
3939
"Topic :: Software Development :: Testing",

0 commit comments

Comments
 (0)