Skip to content

Commit 6303eba

Browse files
committed
update trove classifiers for python versions supported
1 parent 9a9dd0b commit 6303eba

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
@@ -27,12 +27,13 @@ def read(*paths):
2727
'Operating System :: OS Independent',
2828
'Topic :: Text Processing',
2929
'Topic :: Software Development :: Libraries :: Python Modules',
30-
'Programming Language :: Python :: 2.5',
3130
'Programming Language :: Python :: 2.6',
3231
'Programming Language :: Python :: 2.7',
3332
'Programming Language :: Python :: 3',
3433
'Programming Language :: Python :: 3.0',
3534
'Programming Language :: Python :: 3.1',
3635
'Programming Language :: Python :: 3.2',
36+
'Programming Language :: Python :: 3.3',
37+
'Programming Language :: Python :: 3.4',
3738
]
3839
)

0 commit comments

Comments
 (0)