Skip to content

Commit 34d17a9

Browse files
committed
downgrade lint to py3.13
1 parent dafc2ab commit 34d17a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.x'
17+
python-version: '3.13'
1818

1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)