Bump magic number. (GH-23245)

This commit is contained in:
Mark Shannon 2020-11-12 10:42:44 +00:00 committed by GitHub
parent fd4ed57674
commit c6409156c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 114 additions and 112 deletions

View file

@ -1248,6 +1248,7 @@ static PYC_MAGIC magic_values[] = {
{ 3390, 3399, L"3.7" },
{ 3400, 3419, L"3.8" },
{ 3420, 3429, L"3.9" },
{ 3430, 3439, L"3.10" },
{ 0 }
};