We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5652035 commit b7285dfCopy full SHA for b7285df
.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.10"
+ 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