Skip to content

Commit cc045dc

Browse files
committed
Be explicit about out compatibility goals.
1 parent 55c3520 commit cc045dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ def readme():
2121
long_description=readme(),
2222
classifiers=[
2323
'Development Status :: 4 - Beta',
24+
'Programming Language :: Python :: 2.6',
2425
'Programming Language :: Python :: 2.7',
25-
'Programming Language :: Python :: 3.3',
26+
'Programming Language :: Python :: 3',
2627
'Topic :: Scientific/Engineering :: Visualization',
2728
],
2829
license='MIT',

0 commit comments

Comments
 (0)