Skip to content

Commit f1356fb

Browse files
committed
Use equals or greater than operator instead of greater than
1 parent f40e7b9 commit f1356fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)