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 99d5ade commit 1c78adaCopy full SHA for 1c78ada
.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.14"
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