Skip to content

Commit 0be0e6f

Browse files
committed
Add support for Python 3.12
1 parent 08aea57 commit 0be0e6f

103 files changed

Lines changed: 4 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
include:
2525
- arch: amd64
26-
toxenv: py36,py37,py38,py39,py310,py311,black,mypy
26+
toxenv: py36,py37,py38,py39,py310,py311,py312,black,mypy
2727
- arch: arm64
2828
toxenv: py36
2929
- arch: arm64

marshalparser/magic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ def inclusive_range(f: int, t: int) -> range:
1818
(inclusive_range(3410, 3413), (3, 8)),
1919
(inclusive_range(3420, 3425), (3, 9)),
2020
(inclusive_range(3430, 3439), (3, 10)),
21+
(inclusive_range(3450, 3494), (3, 11)),
2122
# This range has to be adjusted when the final release is out
22-
(inclusive_range(3450, 3500), (3, 11)),
23+
(inclusive_range(3500, 3549), (3, 12)),
2324
)
2425

2526

67.6 KB
Binary file not shown.
983 Bytes
Binary file not shown.
556 Bytes
Binary file not shown.
5.78 KB
Binary file not shown.
1.76 KB
Binary file not shown.
10.5 KB
Binary file not shown.
5.72 KB
Binary file not shown.
6.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)