mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Bump magic number. (GH-23245)
This commit is contained in:
parent
fd4ed57674
commit
c6409156c4
3 changed files with 114 additions and 112 deletions
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue