Added support for Python 3.14

This commit is contained in:
Andrew Murray 2025-05-08 22:13:13 +10:00
parent 71a916ad53
commit 215069af5d

View File

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