Skip to content

Commit d5f3bdc

Browse files
committed
Fix python version in release action
1 parent a829563 commit d5f3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: actions/setup-python@v5
5656
with:
57-
python-version: 3.10
57+
python-version: '3.12'
5858
cache: pip
5959

6060
- name: Install dependencies

0 commit comments

Comments
 (0)