[python-experimental] reduces python version (#13481)

* Removes classmethod property combinations

* Changes python version to 3.8

* Changes python version to 3.7

* Tests fixed

* Samples updated

* Adds getAddSuffixToDuplicateOperationNickname and uses it in python-exp, samples regenerated

* test_paths regenerated

* Fixes bug

* Adds typing_extensions requirement
This commit is contained in:
Justin Black
2022-09-21 18:41:11 -07:00
committed by GitHub
parent fa51d8b6b3
commit 5f9910dcab
954 changed files with 3800 additions and 3009 deletions

View File

@@ -27,6 +27,7 @@ REQUIRES = [
"frozendict >= 2.0.3",
"pem>=19.3.0",
"pycryptodome>=3.9.0",
"typing_extensions",
]
setup(
@@ -37,7 +38,7 @@ setup(
author_email="team@openapitools.org",
url="",
keywords=["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"],
python_requires=">=3.9",
python_requires=">=3.7",
install_requires=REQUIRES,
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,