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 262f70f commit 39e5915Copy full SHA for 39e5915
.github/workflows/ci.yml
@@ -175,7 +175,7 @@ jobs:
175
- name: "Set up Python"
176
uses: "actions/setup-python@v5"
177
with:
178
- python-version: "3.9"
+ python-version: "3.13"
179
- name: "Install Python Packages"
180
run: "pip install poetry"
181
- name: "Set env"
@@ -221,7 +221,7 @@ jobs:
221
222
223
224
225
226
227
0 commit comments