Skip to content

Commit 67a4cd7

Browse files
committed
update setup.py to reflect supported python versions
1 parent 34c9c6a commit 67a4cd7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

setup.py

+6-8
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,19 @@
1919
description="Work with GFF and GTF files in a flexible "
2020
"database framework",
2121
long_description=open("README.rst").read(),
22-
author_email='dalerr@niddk.nih.gov',
22+
author_email='ryan.dale@nih.gov',
2323
url='https://github.com/daler/gffutils',
2424
classifiers=[
2525
'Intended Audience :: Science/Research',
2626
'License :: OSI Approved :: MIT License',
2727
'Topic :: Scientific/Engineering :: Bio-Informatics',
2828
'Programming Language :: Python',
29-
'Programming Language :: Python :: 2',
30-
'Programming Language :: Python :: 2.6',
31-
'Programming Language :: Python :: 2.7',
3229
'Programming Language :: Python :: 3',
33-
'Programming Language :: Python :: 3.3',
34-
'Programming Language :: Python :: 3.4',
35-
'Programming Language :: Python :: 3.5',
36-
'Programming Language :: Python :: 3.6',
30+
'Programming Language :: Python :: 3.8',
31+
'Programming Language :: Python :: 3.9',
32+
'Programming Language :: Python :: 3.10',
33+
'Programming Language :: Python :: 3.11',
34+
'Programming Language :: Python :: 3.12',
3735
'Topic :: Software Development :: Libraries :: Python Modules',
3836
],
3937
)

0 commit comments

Comments
 (0)