Skip to content

Commit

Permalink
Require py 3.7+ (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstremme committed Apr 25, 2022
1 parent 92f27da commit 4a6afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def find_version(version_file_path) -> str:
packages=setuptools.find_packages(exclude=("tests", "tests.*")),
ext_modules=extensions,
cmdclass=cmdclass,
python_requires=">=3.6",
python_requires=">=3.7",
author="Facebook AI Research",
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.",
Expand Down

0 comments on commit 4a6afa2

Please sign in to comment.