Fix Python warning spam (#17162)

This commit is contained in:
Mohammed Yasin 2024-10-25 19:45:40 +08:00 committed by GitHub
parent f6c378835b
commit 98aa4bbd43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,7 +335,7 @@ def check_font(font="Arial.ttf"):
return file
def check_python(minimum: str = "3.8.0", hard: bool = True, verbose: bool = True) -> bool:
def check_python(minimum: str = "3.8.0", hard: bool = True, verbose: bool = False) -> bool:
"""
Check current python version against the required minimum version.