Skip to content

Commit 38b63c7

Browse files
committed
update python version targets
1 parent a6cff5e commit 38b63c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
'Intended Audience :: Developers',
2525
'License :: OSI Approved :: BSD License',
2626
'Operating System :: OS Independent',
27-
'Programming Language :: Python',
28-
'Programming Language :: Python :: 2.7',
29-
'Programming Language :: Python :: 3',
27+
'Programming Language :: Python :: 3.6',
28+
'Programming Language :: Python :: 3.7',
3029
]
3130
)

0 commit comments

Comments
 (0)