Skip to content

Commit ba9ce82

Browse files
committed
samples
1 parent 7d13e69 commit ba9ce82

31 files changed

Lines changed: 49 additions & 49 deletions

File tree

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=openapi_client
1616

17-
pytest-3.9:
18-
extends: .pytest
19-
image: python:3.9-alpine
2017
pytest-3.10:
2118
extends: .pytest
2219
image: python:3.10-alpine
@@ -29,3 +26,6 @@ pytest-3.12:
2926
pytest-3.13:
3027
extends: .pytest
3128
image: python:3.13-alpine
29+
pytest-3.14:
30+
extends: .pytest
31+
image: python:3.14-alpine

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4-
- "3.9"
54
- "3.10"
65
- "3.11"
76
- "3.12"
87
- "3.13"
8+
- "3.14"
99
# uncomment the following if needed
10-
#- "3.13-dev" # 3.13 development branch
10+
#- "3.14-dev" # 3.14 development branch
1111
#- "nightly" # nightly build
1212
# command to install dependencies
1313
install:

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.9+
13+
Python 3.10+
1414

1515
## Installation & Usage
1616
### pip install

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "openapi-client"
2525
VERSION = "1.0.0"
26-
PYTHON_REQUIRES = ">= 3.9"
26+
PYTHON_REQUIRES = ">= 3.10"
2727
REQUIRES = [
2828
"urllib3 >= 2.1.0, < 3.0.0",
2929
"python-dateutil >= 2.8.2",

samples/client/echo_api/python/.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

samples/client/echo_api/python/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=openapi_client
1616

17-
pytest-3.9:
18-
extends: .pytest
19-
image: python:3.9-alpine
2017
pytest-3.10:
2118
extends: .pytest
2219
image: python:3.10-alpine
@@ -29,3 +26,6 @@ pytest-3.12:
2926
pytest-3.13:
3027
extends: .pytest
3128
image: python:3.13-alpine
29+
pytest-3.14:
30+
extends: .pytest
31+
image: python:3.14-alpine

samples/client/echo_api/python/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4-
- "3.9"
54
- "3.10"
65
- "3.11"
76
- "3.12"
87
- "3.13"
8+
- "3.14"
99
# uncomment the following if needed
10-
#- "3.13-dev" # 3.13 development branch
10+
#- "3.14-dev" # 3.14 development branch
1111
#- "nightly" # nightly build
1212
# command to install dependencies
1313
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.9+
13+
Python 3.10+
1414

1515
## Installation & Usage
1616
### pip install

samples/client/echo_api/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "openapi-client"
2525
VERSION = "1.0.0"
26-
PYTHON_REQUIRES = ">= 3.9"
26+
PYTHON_REQUIRES = ">= 3.10"
2727
REQUIRES = [
2828
"urllib3 >= 2.1.0, < 3.0.0",
2929
"python-dateutil >= 2.8.2",

0 commit comments

Comments
 (0)