mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 02:06:08 +00:00
Drop python 3.8 support python 3.13 in python generator (#20909)
* Drop support for python 3.8 and add support for 3.13 in python generator templates * Update docs * Test samples without python 3.8 and with 3.13 * Generate samples
This commit is contained in:
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages # noqa: H301
|
||||
# http://pypi.python.org/pypi/setuptools
|
||||
NAME = "openapi-client"
|
||||
VERSION = "1.0.0"
|
||||
PYTHON_REQUIRES = ">= 3.8"
|
||||
PYTHON_REQUIRES = ">= 3.9"
|
||||
REQUIRES = [
|
||||
"urllib3 >= 2.1.0, < 3.0.0",
|
||||
"python-dateutil >= 2.8.2",
|
||||
|
||||
Reference in New Issue
Block a user