Unverified Commit 4a6afa2c authored by Joel Stremmel's avatar Joel Stremmel Committed by GitHub
Browse files

Require py 3.7+ (#975)

parent 92f27daa
...@@ -64,7 +64,7 @@ if __name__ == "__main__": ...@@ -64,7 +64,7 @@ if __name__ == "__main__":
packages=setuptools.find_packages(exclude=("tests", "tests.*")), packages=setuptools.find_packages(exclude=("tests", "tests.*")),
ext_modules=extensions, ext_modules=extensions,
cmdclass=cmdclass, cmdclass=cmdclass,
python_requires=">=3.6", python_requires=">=3.7",
author="Facebook AI Research", author="Facebook AI Research",
author_email="todo@fb.com", author_email="todo@fb.com",
long_description="FairScale is a PyTorch extension library for high performance and large scale training on one or multiple machines/nodes. This library extends basic PyTorch capabilities while adding new experimental ones.", long_description="FairScale is a PyTorch extension library for high performance and large scale training on one or multiple machines/nodes. This library extends basic PyTorch capabilities while adding new experimental ones.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment