Skip to content

Commit

Permalink
downgrade python requirement to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shehrozek-cerebras committed May 3, 2024
1 parent e5c2f31 commit 093555e
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 @@ -29,7 +29,7 @@

setup(
name="bigcode_eval",
python_requires='>=3.8',
python_requires='>=3.7',
description="A framework for the evaluation of autoregressive code generation language models.",
long_description=readme,
license="Apache 2.0",
Expand Down

0 comments on commit 093555e

Please sign in to comment.