We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a916a commit 215069aCopy full SHA for 215069a
setup.py
@@ -46,7 +46,7 @@ def get_version() -> str:
46
ZLIB_ROOT = None
47
FUZZING_BUILD = "LIB_FUZZING_ENGINE" in os.environ
48
49
-if sys.platform == "win32" and sys.version_info >= (3, 14):
+if sys.platform == "win32" and sys.version_info >= (3, 15):
50
import atexit
51
52
atexit.register(
0 commit comments