Browse Source

Update Python version to 3.7

tags/v1.0.0alpha
WillQvQ 3 years ago
parent
commit
f344d8bd31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -23,7 +23,7 @@ setup(
long_description_content_type='text/markdown',
license='Apache License',
author='Fudan FastNLP Team',
python_requires='>=3.6',
python_requires='>=3.7',
packages=pkgs,
install_requires=reqs.strip().split('\n'),
)

Loading…
Cancel
Save