Skip to content

Commit

Permalink
Update ranges of magic numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Jun 11, 2024
1 parent 12542a2 commit 3d4dbac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion marshalparser/magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def inclusive_range(f: int, t: int) -> range:
(inclusive_range(3500, 3531), (3, 12)),
# These ranges have to be adjusted when the final releases are out
(inclusive_range(3550, 3599), (3, 13)),
(inclusive_range(3600, 3649), (3, 14)),
(inclusive_range(3600, 3699), (3, 14)),
(inclusive_range(3700, 3799), (3, 15)),
)


Expand Down

0 comments on commit 3d4dbac

Please sign in to comment.