diff options
author | Mark Shannon <mark@hotpy.org> | 2020-11-12 10:42:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 10:42:44 (GMT) |
commit | c6409156c4f0743dfb3d625c4e024a8258fc6181 (patch) | |
tree | ef1ef4776b86c61b7a4ad577c6ca1b4ef1346398 /PC | |
parent | fd4ed57674c675e05bd5d577dd5047a333c76c78 (diff) | |
download | cpython-c6409156c4f0743dfb3d625c4e024a8258fc6181.zip cpython-c6409156c4f0743dfb3d625c4e024a8258fc6181.tar.gz cpython-c6409156c4f0743dfb3d625c4e024a8258fc6181.tar.bz2 |
Bump magic number. (GH-23245)
Diffstat (limited to 'PC')
-rw-r--r-- | PC/launcher.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/launcher.c b/PC/launcher.c index 106fc66..7ca2f23 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -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 } }; |