File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages
python-disallowAdditionalPropertiesIfNotPresent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ title: Documentation for the python Generator
1010| generator stability | STABLE | |
1111| generator type | CLIENT | |
1212| generator language | Python | |
13- | generator language version | 3.7 + | |
13+ | generator language version | 3.8 + | |
1414| generator default templating engine | mustache | |
1515| helpTxt | Generates a Python client library. | |
1616
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ public String generatePackageName(String packageName) {
425425
426426 @ Override
427427 public String generatorLanguageVersion () {
428- return "3.7 +" ;
428+ return "3.8 +" ;
429429 }
430430
431431 @ Override
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
1010
1111## Requirements.
1212
13- Python 3.7 +
13+ Python 3.8 +
1414
1515## Installation & Usage
1616### pip install
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
1010
1111## Requirements.
1212
13- Python 3.7 +
13+ Python 3.8 +
1414
1515## Installation & Usage
1616### pip install
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
1010
1111## Requirements.
1212
13- Python 3.7 +
13+ Python 3.8 +
1414
1515## Installation & Usage
1616### pip install
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
1010
1111## Requirements.
1212
13- Python 3.7 +
13+ Python 3.8 +
1414
1515## Installation & Usage
1616### pip install
You can’t perform that action at this time.
0 commit comments