Increment Python version check on Windows

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2024-07-02 21:52:43 +03:00
parent e50df021e8
commit 4eec24a380

View File

@ -43,7 +43,7 @@ WEBP_ROOT = None
ZLIB_ROOT = None
FUZZING_BUILD = "LIB_FUZZING_ENGINE" in os.environ
if sys.platform == "win32" and sys.version_info >= (3, 13):
if sys.platform == "win32" and sys.version_info >= (3, 14):
import atexit
atexit.register(