Skip to content

Commit 39e5915

Browse files
chore(deps): update dependency python
1 parent 262f70f commit 39e5915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: "Set up Python"
176176
uses: "actions/setup-python@v5"
177177
with:
178-
python-version: "3.9"
178+
python-version: "3.13"
179179
- name: "Install Python Packages"
180180
run: "pip install poetry"
181181
- name: "Set env"
@@ -221,7 +221,7 @@ jobs:
221221
- name: "Set up Python"
222222
uses: "actions/setup-python@v5"
223223
with:
224-
python-version: "3.9"
224+
python-version: "3.13"
225225
- name: "Install Python Packages"
226226
run: "pip install poetry"
227227
- name: "Set env"

0 commit comments

Comments
 (0)