Skip to content

Commit 1a41104

Browse files
committed
setup.py: Add classifiers for newer Python versions
1 parent 9a861ff commit 1a41104

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
'Programming Language :: Python :: 2.6',
4646
'Programming Language :: Python :: 2.7',
4747
'Programming Language :: Python :: 3.3',
48+
'Programming Language :: Python :: 3.4',
49+
'Programming Language :: Python :: 3.5',
4850
'Topic :: Scientific/Engineering :: Bio-Informatics',
4951
],
5052
install_requires=[

0 commit comments

Comments
 (0)