Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit c60d2cb

Browse files
committed
Comment out Python 2 (does not support Function Annotation)
1 parent 242d67e commit c60d2cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
test=pytest
33

44
[bdist_wheel]
5-
universal = 1
5+
# universal = 1
66
python-tag = py34+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
'License :: OSI Approved :: BSD License',
3333
'Operating System :: OS Independent',
3434
'Programming Language :: Python',
35-
'Programming Language :: Python :: 2',
36-
'Programming Language :: Python :: 2.7',
35+
# 'Programming Language :: Python :: 2',
36+
# 'Programming Language :: Python :: 2.7',
3737
'Programming Language :: Python :: 3',
3838
'Programming Language :: Python :: 3.4',
3939
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)