added python 3.10 support

This commit is contained in:
GawdOfROFL
2021-10-10 00:52:41 +05:30
parent fd6985370d
commit e4e3a9f4ed
7 changed files with 132 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ enum PycMagic {
MAGIC_3_7 = 0x0A0D0D42,
MAGIC_3_8 = 0x0A0D0D55,
MAGIC_3_9 = 0x0A0D0D61,
MAGIC_3_10 = 0x0A0D0D6F
};
class PycModule {