From 414694e190445dd60878b7df341a755fac51b9f8 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 13 Jul 2023 17:21:06 +1000 Subject: [PATCH] Increment Python version check to support Python 3.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index baf7b9395..935166716 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ TIFF_ROOT = None ZLIB_ROOT = None FUZZING_BUILD = "LIB_FUZZING_ENGINE" in os.environ -if sys.platform == "win32" and sys.version_info >= (3, 12): +if sys.platform == "win32" and sys.version_info >= (3, 13): import atexit atexit.register(