Skip to content

Commit 5b0ff0f

Browse files
Fix Python version requirement in client pipfile
1 parent 388f62a commit 5b0ff0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/python/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ twine = "*"
2121
sphinx = "*"
2222

2323
[requires]
24-
python_version = "3.8"
24+
python_version = ">=3.8"
2525

2626
[pipenv]
2727
allow_prereleases = true

0 commit comments

Comments
 (0)