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:
William Cheng 2024-11-16 18:01:50 +08:00 committed by GitHub
parent b44ba666aa
commit 02847e9323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -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. | |

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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