forked from loafle/openapi-generator-original
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>
This commit is contained in:
parent
b44ba666aa
commit
02847e9323
@ -10,7 +10,7 @@ title: Documentation for the python Generator
|
|||||||
| generator stability | STABLE | |
|
| generator stability | STABLE | |
|
||||||
| generator type | CLIENT | |
|
| generator type | CLIENT | |
|
||||||
| generator language | Python | |
|
| generator language | Python | |
|
||||||
| generator language version | 3.7+ | |
|
| generator language version | 3.8+ | |
|
||||||
| generator default templating engine | mustache | |
|
| generator default templating engine | mustache | |
|
||||||
| helpTxt | Generates a Python client library. | |
|
| helpTxt | Generates a Python client library. | |
|
||||||
|
|
||||||
|
@ -425,7 +425,7 @@ public class PythonClientCodegen extends AbstractPythonCodegen implements Codege
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String generatorLanguageVersion() {
|
public String generatorLanguageVersion() {
|
||||||
return "3.7+";
|
return "3.8+";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -10,7 +10,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|||||||
|
|
||||||
## Requirements.
|
## Requirements.
|
||||||
|
|
||||||
Python 3.7+
|
Python 3.8+
|
||||||
|
|
||||||
## Installation & Usage
|
## Installation & Usage
|
||||||
### pip install
|
### pip install
|
||||||
|
@ -10,7 +10,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|||||||
|
|
||||||
## Requirements.
|
## Requirements.
|
||||||
|
|
||||||
Python 3.7+
|
Python 3.8+
|
||||||
|
|
||||||
## Installation & Usage
|
## Installation & Usage
|
||||||
### pip install
|
### pip install
|
||||||
|
@ -10,7 +10,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|||||||
|
|
||||||
## Requirements.
|
## Requirements.
|
||||||
|
|
||||||
Python 3.7+
|
Python 3.8+
|
||||||
|
|
||||||
## Installation & Usage
|
## Installation & Usage
|
||||||
### pip install
|
### pip install
|
||||||
|
@ -10,7 +10,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|||||||
|
|
||||||
## Requirements.
|
## Requirements.
|
||||||
|
|
||||||
Python 3.7+
|
Python 3.8+
|
||||||
|
|
||||||
## Installation & Usage
|
## Installation & Usage
|
||||||
### pip install
|
### pip install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user