Skip to content

Commit fe6eb38

Browse files
committed
run pr checks on python 3.13
1 parent faef6e1 commit fe6eb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_qc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.11
15+
python-version: 3.13
1616
- name: Run qa
1717
run: |
1818
make dev

0 commit comments

Comments
 (0)