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 496a63c commit 79c60ccCopy full SHA for 79c60cc
setup.py
@@ -43,7 +43,7 @@ def get_version():
43
MINIMUM_PANGO_VERSION = "1.30.0"
44
DEBUG = False
45
46
-if sys.platform == "win32" and sys.version_info >= (3, 12):
+if sys.platform == "win32" and sys.version_info >= (3, 13):
47
import atexit
48
49
atexit.register(
0 commit comments