Add support for Python 3.15 (#9624)
This commit is contained in:
parent
954269051b
commit
9289863c2c
2
setup.py
2
setup.py
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user