Skip to content

Commit

Permalink
暂时仅支持 Python<3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Mar 8, 2021
1 parent 7db44c2 commit 1a981ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='pyhanlp',
version='0.1.73',
version='0.1.74',
description='Python wrapper for HanLP: Han Language Processing',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -44,5 +44,5 @@
'hanlp=pyhanlp.main:main',
],
},
python_requires='<=3.8',
python_requires='<3.9',
)

0 comments on commit 1a981ec

Please sign in to comment.