Skip to content

Commit 6a3df3f

Browse files
committed
fix python
1 parent fb2b8e2 commit 6a3df3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@39c08a0eaaa1ab70dfc3ae407aa7529c334f20c8 # v5.5.0
2323
with:
24-
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
24+
python-version: '3.13'
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)