Skip to content

Commit c0cbd29

Browse files
committed
remove Python 2 classifier
1 parent e718022 commit c0cbd29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
classifiers=[
2121
'Programming Language :: Python :: 3.8',
2222
'Programming Language :: Python :: 3.7',
23-
'Programming Language :: Python :: 3.6',
24-
'Programming Language :: Python :: 2.7'
23+
'Programming Language :: Python :: 3.6'
2524
]
2625
)

0 commit comments

Comments
 (0)