Skip to content

Commit b711773

Browse files
[github-releases] Update dependency python to 3.13
1 parent 21ff8e9 commit b711773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.9"
17+
python-version: "3.13"
1818
- name: Lint
1919
run: make lint
2020

@@ -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: Lint
180180
run: make lint
181181

0 commit comments

Comments
 (0)