Skip to content

Commit 2ad9686

Browse files
chore(deps): update dependency python
1 parent 202b4d2 commit 2ad9686

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"
@@ -203,7 +203,7 @@ jobs:
203203
- name: "Set up Python"
204204
uses: "actions/setup-python@v5"
205205
with:
206-
python-version: "3.9"
206+
python-version: "3.13"
207207
- name: "Install Python Packages"
208208
run: "pip install poetry"
209209
- name: "Set env"

0 commit comments

Comments
 (0)