Skip to content

Commit 5558443

Browse files
authored
chore: release flow python version (#1218)
1 parent 7529256 commit 5558443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- name: Set up Python 3.10
18+
- name: Set up Python 3.13
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.13"
2222
- name: Install Poetry
2323
run: |
2424
pip install poetry

0 commit comments

Comments
 (0)