Skip to content

Commit ab68160

Browse files
authored
Add Python 3.7 and 3.8
1 parent cf1c8dd commit ab68160

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,16 @@
4242
'Operating System :: Microsoft :: Windows',
4343
'Operating System :: POSIX :: Linux',
4444
'Programming Language :: Python',
45+
'Programming Language :: Python :: 2',
4546
'Programming Language :: Python :: 2.6',
4647
'Programming Language :: Python :: 2.7',
48+
'Programming Language :: Python :: 3',
4749
'Programming Language :: Python :: 3.3',
4850
'Programming Language :: Python :: 3.4',
4951
'Programming Language :: Python :: 3.5',
5052
'Programming Language :: Python :: 3.6',
53+
'Programming Language :: Python :: 3.7',
54+
'Programming Language :: Python :: 3.8',
5155
'Topic :: Scientific/Engineering :: Bio-Informatics',
5256
],
5357
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',

0 commit comments

Comments
 (0)