Skip to content

Commit

Permalink
setup.py: update support python version
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Oct 14, 2023
1 parent 496a63c commit 79c60cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_version():
MINIMUM_PANGO_VERSION = "1.30.0"
DEBUG = False

if sys.platform == "win32" and sys.version_info >= (3, 12):
if sys.platform == "win32" and sys.version_info >= (3, 13):
import atexit

atexit.register(
Expand Down

0 comments on commit 79c60cc

Please sign in to comment.