Skip to content

Commit 34d5542

Browse files
committed
Keep 3.11 for pre-commit for now
1 parent cdae489 commit 34d5542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
token: ${{ steps.get_token.outputs.token }}
3838
- uses: actions/setup-python@v4
3939
with:
40-
python-version: '3.12'
40+
python-version: '3.11'
4141
- name: Install pre-commit
4242
run: python -m pip install pre-commit
4343
- name: set PY

0 commit comments

Comments
 (0)