Skip to content

Commit 36c7c75

Browse files
committed
python 3.6 enabled
1 parent be10e15 commit 36c7c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='supar',
7-
version='1.0.0',
7+
version='1.0.0+dev20201223',
88
author='Yu Zhang',
99
author_email='yzhang.cs@outlook.com',
1010
description='Syntactic Parsing Models',
@@ -32,6 +32,6 @@
3232
'crf-constituency=supar.cmds.crf_constituency:main'
3333
]
3434
},
35-
python_requires='>=3.7',
35+
python_requires='>=3.6',
3636
zip_safe=False
3737
)

0 commit comments

Comments
 (0)