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 9542690 commit 9289863Copy full SHA for 9289863
1 file changed
setup.py
@@ -57,7 +57,7 @@ def get_version() -> str:
57
ZLIB_ROOT = None
58
FUZZING_BUILD = "LIB_FUZZING_ENGINE" in os.environ
59
60
-if sys.platform == "win32" and sys.version_info >= (3, 15):
+if sys.platform == "win32" and sys.version_info >= (3, 16):
61
import atexit
62
63
atexit.register(
0 commit comments