Skip to content

Commit 093555e

Browse files
downgrade python requirement to 3.7
1 parent e5c2f31 commit 093555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name="bigcode_eval",
32-
python_requires='>=3.8',
32+
python_requires='>=3.7',
3333
description="A framework for the evaluation of autoregressive code generation language models.",
3434
long_description=readme,
3535
license="Apache 2.0",

0 commit comments

Comments
 (0)