Skip to content

Commit d8b79ce

Browse files
Update dependency python to 3.13
1 parent 3597f9d commit d8b79ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: setup python
3636
uses: actions/setup-python@v5
3737
with:
38-
python-version: 3.8 #install the python needed
38+
python-version: 3.13 #install the python needed
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)