We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9e44d commit befd07bCopy full SHA for befd07b
setup.py
@@ -63,6 +63,9 @@ def parse_dist_meta():
63
"Programming Language :: Python :: 3.8",
64
"Programming Language :: Python :: 3.9",
65
"Programming Language :: Python :: 3.10",
66
+ "Programming Language :: Python :: 3.11",
67
+ "Programming Language :: Python :: 3.12",
68
+ "Programming Language :: Python :: 3.13",
69
"Topic :: Software Development :: Libraries :: Python Modules",
70
],
71
install_requires=["Django>=2.2"],
0 commit comments