From ea6590a0b2884e2dfa7476b8e884773be4810eee Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 2 Jul 2024 18:16:51 +1000 Subject: [PATCH] Increment Python version check on Windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0abfaaddc5b..b26852b0b07 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def get_version(): 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(