We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9527d71 commit 0e4790fCopy full SHA for 0e4790f
.github/workflows/ci.yaml
@@ -46,10 +46,10 @@ jobs:
46
- name: Set OpenAPI Generator version
47
run: ./node_modules/\@openapitools/openapi-generator-cli/main.js version-manager set 6.2.1
48
49
- - name: Set up Python 3.9
+ - name: Set up Python 3.14
50
uses: actions/setup-python@v1
51
with:
52
- python-version: 3.9
+ python-version: 3.14
53
54
- name: Download Specification
55
run: wget "${SPEC_URL}" '--output-document' "${ARTIFACT_NAME}"
0 commit comments