fix: 3.14 magic is 3627 (0xE2B)
Some checks failed
Build / build (macos-latest) (push) Has been cancelled
Build / build (ubuntu-latest) (push) Has been cancelled
Build / windows-build (push) Has been cancelled

This commit is contained in:
2026-01-18 19:14:32 +08:00
parent 1c413c5124
commit 5e70e1e084

View File

@@ -36,7 +36,7 @@ enum PycMagic {
MAGIC_3_11 = 0x0A0D0DA7,
MAGIC_3_12 = 0x0A0D0DCB,
MAGIC_3_13 = 0x0A0D0DF3,
MAGIC_3_14 = 0x0A0D0E29,
MAGIC_3_14 = 0x0A0D0E2B,
INVALID = 0,
};