[update] No deprecation warning for linux_aarch64_exe

Authored by: bashonly
pull/13852/head
bashonly 1 week ago
parent c4616a3f56
commit df3aedc039
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -159,6 +159,10 @@ def _get_system_deprecation():
f'{variant} (the PyInstaller-bundled executable for the Linux armv7l platform)', f'{variant} (the PyInstaller-bundled executable for the Linux armv7l platform)',
'issues/13976', STOP_MSG) 'issues/13976', STOP_MSG)
# Temporary until linux_aarch64_exe is built with Python >=3.10 instead of Python 3.9
if variant == 'linux_aarch64_exe':
return None
if sys.version_info > MIN_RECOMMENDED: if sys.version_info > MIN_RECOMMENDED:
return None return None

Loading…
Cancel
Save