Skip to content

Commit fe95883

Browse files
committed
Update classifiers
1 parent 59a8cb7 commit fe95883

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ def read(*parts):
5353
"License :: OSI Approved :: BSD License",
5454
"Operating System :: OS Independent",
5555
"Programming Language :: Python",
56-
"Programming Language :: Python :: 2.7",
57-
"Programming Language :: Python :: 3.2",
58-
"Programming Language :: Python :: 3.3",
59-
"Programming Language :: Python :: 3.4",
56+
"Programming Language :: Python :: 2"
57+
"Programming Language :: Python :: 3",
6058
"Framework :: Django",
6159
],
6260
install_requires=[

0 commit comments

Comments
 (0)