Skip to content

Commit befd07b

Browse files
authored
Add classifiers as supported by CI (#313)
1 parent da9e44d commit befd07b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ def parse_dist_meta():
6363
"Programming Language :: Python :: 3.8",
6464
"Programming Language :: Python :: 3.9",
6565
"Programming Language :: Python :: 3.10",
66+
"Programming Language :: Python :: 3.11",
67+
"Programming Language :: Python :: 3.12",
68+
"Programming Language :: Python :: 3.13",
6669
"Topic :: Software Development :: Libraries :: Python Modules",
6770
],
6871
install_requires=["Django>=2.2"],

0 commit comments

Comments
 (0)