Add support for Python 3.15 (#9624)

This commit is contained in:
Andrew Murray 2026-05-13 07:54:40 +10:00 committed by GitHub
parent 954269051b
commit 9289863c2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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