[3.14] Update bytecode magic number in tests for the 3.14 release candidate (GH-136427) (#136429)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-07-08 19:38:37 +02:00 committed by GitHub
parent f937b9fffb
commit 66f85f4be8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -635,7 +635,7 @@ def test_magic_number(self):
# stakeholders such as OS package maintainers must be notified
# in advance. Such exceptional releases will then require an
# adjustment to this test case.
EXPECTED_MAGIC_NUMBER = 3495
EXPECTED_MAGIC_NUMBER = 3625
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
msg = (