Skip to content

Commit 0d0139b

Browse files
authored
Update enum to CPython 3.11.5 (#5074)
part of: #4564
1 parent 5384a47 commit 0d0139b

File tree

6 files changed

+4286
-1542
lines changed

6 files changed

+4286
-1542
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
with:
316316
python-version: ${{ env.PYTHON_VERSION }}
317317
- name: install ruff
318-
run: python -m pip install ruff
318+
run: python -m pip install ruff==0.0.291 # astral-sh/ruff#7778
319319
- name: run python lint
320320
run: ruff extra_tests wasm examples --exclude='./.*',./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source
321321
- name: install prettier

0 commit comments

Comments
 (0)