Skip to content

Commit 64b36e6

Browse files
author
Jon Palmer
committed
remove py2 support/build
1 parent 165b067 commit 64b36e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
URL = 'https://github.com/nextgenusfs/funannotate'
1818
1919
AUTHOR = 'Jon Palmer'
20-
REQUIRES_PYTHON = '>=2.7.0, !=3.0.*, !=3.1.*, !=3.2.*, <4'
20+
REQUIRES_PYTHON = '>=3.6.0, <3.9'
2121
VERSION = None
2222

2323
# What packages are required for this module to be executed?
@@ -123,7 +123,6 @@ def run(self):
123123
'Development Status :: 4 - Beta',
124124
'License :: OSI Approved :: BSD License',
125125
'Programming Language :: Python',
126-
'Programming Language :: Python :: 2',
127126
'Operating System :: Unix',
128127
'Intended Audience :: Science/Research',
129128
'Topic :: Scientific/Engineering :: Bio-Informatics'

0 commit comments

Comments
 (0)