Skip to content

Commit 02847e9

Browse files
wing328Huluti
andauthored
Update minimum supported version of python in docs to 3.8+ (#20118)
* Update minimum supported version of python in docs * update samples, docs --------- Co-authored-by: Hugo Posnic <hugo.posnic@protonmail.com>
1 parent b44ba66 commit 02847e9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/generators/python.md

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

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)