Skip to content

Commit 0e4790f

Browse files
authored
Update Python version in CI workflow to 3.14
1 parent 9527d71 commit 0e4790f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
- name: Set OpenAPI Generator version
4747
run: ./node_modules/\@openapitools/openapi-generator-cli/main.js version-manager set 6.2.1
4848

49-
- name: Set up Python 3.9
49+
- name: Set up Python 3.14
5050
uses: actions/setup-python@v1
5151
with:
52-
python-version: 3.9
52+
python-version: 3.14
5353

5454
- name: Download Specification
5555
run: wget "${SPEC_URL}" '--output-document' "${ARTIFACT_NAME}"

0 commit comments

Comments
 (0)