Skip to content

Commit

Permalink
fix: too strict python version in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 14, 2024
1 parent f2be308 commit 0777f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
description = "The companion code for the FanOutQA dataset + benchmark for LLMs."
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 0777f4b

Please sign in to comment.