Skip to content

Commit e404983

Browse files
committed
ci: stick to 3.12 for pre-commit checks
Signed-off-by: Stephen Brennan <[email protected]>
1 parent 02c19bb commit e404983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/litevm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v4
2020
name: Set up Python
2121
with:
22-
python-version: '3.x'
22+
python-version: '3.12'
2323
- name: Install pre-commit
2424
run: pip install pre-commit
2525
- name: Run pre-commit hooks

0 commit comments

Comments
 (0)