Skip to content

Commit 557a112

Browse files
committed
Use equals or greater than operator instead of greater than
1 parent c3c8d99 commit 557a112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pydantic = ">= 2"
4343
typing-extensions = ">= 4.7.1"
4444
{{/poetry1}}
4545
{{^poetry1}}
46-
requires-python = ">3.8"
46+
requires-python = ">=3.9"
4747

4848
dependencies = [
4949
"urllib3 (>=2.1.0,<3.0.0)",

0 commit comments

Comments
 (0)