Skip to content

Commit 746a34c

Browse files
committed
[ci] Set Python 3.13 in QA-checks step
1 parent 0c57b0a commit 746a34c

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: Set up Python
2222
uses: actions/setup-python@v6
2323
with:
24-
python-version: 3.x
24+
python-version: "3.13"
2525

2626
- name: Install Dependencies
2727
id: deps

0 commit comments

Comments
 (0)