Skip to content

Commit 79c60cc

Browse files
committed
setup.py: update support python version
1 parent 496a63c commit 79c60cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_version():
4343
MINIMUM_PANGO_VERSION = "1.30.0"
4444
DEBUG = False
4545

46-
if sys.platform == "win32" and sys.version_info >= (3, 12):
46+
if sys.platform == "win32" and sys.version_info >= (3, 13):
4747
import atexit
4848

4949
atexit.register(

0 commit comments

Comments
 (0)