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
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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user