Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
At least Python 3.9 is required
  • Loading branch information
zainhoda authored Jan 17, 2024
1 parent 285663f commit d064ffb
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 @@ -11,7 +11,7 @@ authors = [

description = "Generate SQL queries from natural language"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit d064ffb

Please sign in to comment.