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 adc009d commit 77c992cCopy full SHA for 77c992c
.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"
@@ -203,7 +203,7 @@ jobs:
203
204
205
206
207
208
209
0 commit comments