Skip to content

Commit

Permalink
Constrain Python to ">=3.8, <3.12"
Browse files Browse the repository at this point in the history
We don't support Python 3.12 at this time. This makes for a much more
pleasant error.
  • Loading branch information
erny-powel committed Jan 9, 2024
1 parent ea2eeb8 commit f693937
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 @@ -19,7 +19,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.8, <3.12"
grpcio = "^1.37.0"
pyarrow = ">=7.0.0"
protobuf = ">=3.20.1"
Expand Down

0 comments on commit f693937

Please sign in to comment.