Skip to content

Commit

Permalink
Bump python version to >=3.8 in pyproject.toml
Browse files Browse the repository at this point in the history
There was already a conflict with the pandas requirement, the constraint
was unsatisfiable.
  • Loading branch information
mhauru committed Oct 20, 2023
1 parent 9b6dd65 commit 9ea50d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/opendp/smartnoise-sdk"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.7,<3.12"
python = ">=3.8,<3.12"
opendp = "^0.7.0"
antlr4-python3-runtime = "4.9.3"
PyYAML = "^6.0.1"
Expand Down

0 comments on commit 9ea50d7

Please sign in to comment.