Skip to content

Commit 9289863

Browse files
authored
Add support for Python 3.15 (#9624)
1 parent 9542690 commit 9289863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_version() -> str:
5757
ZLIB_ROOT = None
5858
FUZZING_BUILD = "LIB_FUZZING_ENGINE" in os.environ
5959

60-
if sys.platform == "win32" and sys.version_info >= (3, 15):
60+
if sys.platform == "win32" and sys.version_info >= (3, 16):
6161
import atexit
6262

6363
atexit.register(

0 commit comments

Comments
 (0)