Skip to content

Commit

Permalink
Downgrades Python requires to 3.7+ to align with client-only package …
Browse files Browse the repository at this point in the history
…requirements. This also makes the library available on Colab (which uses python3.7).

PiperOrigin-RevId: 493750396
  • Loading branch information
mihirparadkar authored and copybara-github committed Dec 8, 2022
1 parent beb8704 commit b5e625d
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 @@ -86,7 +86,7 @@ def run(self):
'algorithms': _parse_requirements('requirements-algorithms.txt'),
'benchmarks': _parse_requirements('requirements-benchmarks.txt')
},
python_requires='>=3.9',
python_requires='>=3.7',
include_package_data=True,
zip_safe=False,
cmdclass={'build': BuildCmd},
Expand Down

0 comments on commit b5e625d

Please sign in to comment.