Skip to content

Commit 536322f

Browse files
committed
update samples, docs
1 parent 51e53eb commit 536322f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/PythonClientCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

samples/client/echo_api/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

samples/openapi3/client/petstore/python-aiohttp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

samples/openapi3/client/petstore/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)