We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad1122 commit 6a67d6bCopy full SHA for 6a67d6b
.github/workflows/AddOpenApiToRelease.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v3
18
with:
19
- python-version: "3.9" # Adjust based on your project version
+ python-version: "3.13"
20
21
- name: Install dependencies
22
run: |
0 commit comments