Skip to content

Commit 83f66e1

Browse files
jameshilliardabn
andauthored
Limit python to <4.0
Co-authored-by: Arun Babu Neelicattu <[email protected]>
1 parent 6a6d603 commit 83f66e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212
packages = [
1313
{ include = "betterproto", from = "src" }
1414
]
15-
requires-python = ">=3.8"
15+
requires-python = ">=3.8,<4.0"
1616
dynamic = ["dependencies"]
1717

1818
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)