Skip to content

Commit f344d8b

Browse files
committed
Update Python version to 3.7
1 parent c421a6d commit f344d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
long_description_content_type='text/markdown',
2424
license='Apache License',
2525
author='Fudan FastNLP Team',
26-
python_requires='>=3.6',
26+
python_requires='>=3.7',
2727
packages=pkgs,
2828
install_requires=reqs.strip().split('\n'),
2929
)

0 commit comments

Comments
 (0)