Skip to content

Commit ce27290

Browse files
committed
Refresh magic numbers, add Python 3.16
1 parent e1ca322 commit ce27290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

marshalparser/magic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ def inclusive_range(f: int, t: int) -> range:
2121
(inclusive_range(3450, 3495), (3, 11)),
2222
(inclusive_range(3500, 3531), (3, 12)),
2323
(inclusive_range(3550, 3571), (3, 13)),
24+
(inclusive_range(3600, 3627), (3, 14)),
2425
# These ranges have to be adjusted when the final releases are out
25-
(inclusive_range(3600, 3649), (3, 14)),
2626
(inclusive_range(3650, 3699), (3, 15)),
27+
(inclusive_range(3700, 3749), (3, 16)),
2728
)
2829

2930

0 commit comments

Comments
 (0)