Skip to content

Commit 3d4dbac

Browse files
committed
Update ranges of magic numbers
1 parent 12542a2 commit 3d4dbac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

marshalparser/magic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ def inclusive_range(f: int, t: int) -> range:
2222
(inclusive_range(3500, 3531), (3, 12)),
2323
# These ranges have to be adjusted when the final releases are out
2424
(inclusive_range(3550, 3599), (3, 13)),
25-
(inclusive_range(3600, 3649), (3, 14)),
25+
(inclusive_range(3600, 3699), (3, 14)),
26+
(inclusive_range(3700, 3799), (3, 15)),
2627
)
2728

2829

0 commit comments

Comments
 (0)