Add python-requires in setup.py (#8989)

* Add python-requires in setup.py

* Update setup.py
pull/9012/head
AN Long 3 years ago committed by GitHub
parent 06c8cbea59
commit b75bb09551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      python/setup.py

@ -308,4 +308,5 @@ if __name__ == '__main__':
},
install_requires=install_requires,
ext_modules=ext_module_list,
python_requires='>=3.5',
)

Loading…
Cancel
Save