Skip to content

Commit 786c37c

Browse files
authored
Pin CI lint Python version to 3.13 (#3406)
Works around myint/untokenize#4.
1 parent 9e1c2bf commit 786c37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/pre-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
steps:
88
- uses: actions/setup-python@v4
99
with:
10-
python-version: "3.x"
10+
python-version: "3.13"
1111
# FIXME: pin pre-commit<4 pending PyCQA/docformatter#287
1212
- name: install pre-commit
1313
run: python -m pip install 'pre-commit<4'

0 commit comments

Comments
 (0)