Skip to content

Commit 6626150

Browse files
committed
fix version info in trove classifiers
1 parent e767017 commit 6626150

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,9 @@ def find_package_data(
129129
'License :: OSI Approved :: BSD License',
130130
'Programming Language :: Python',
131131
'Programming Language :: Python :: 2',
132-
'Programming Language :: Python :: 2.4',
133-
'Programming Language :: Python :: 2.5',
134132
'Programming Language :: Python :: 2.6',
135133
'Programming Language :: Python :: 2.7',
134+
'Programming Language :: Python :: 3.2',
136135
'Intended Audience :: Developers',
137136
'Environment :: Console',
138137
],

0 commit comments

Comments
 (0)