Skip to content

Commit

Permalink
Increment Python version check on Windows
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
hugovk and radarhere committed Jul 2, 2024
1 parent e50df02 commit 4eec24a
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():
ZLIB_ROOT = None
FUZZING_BUILD = "LIB_FUZZING_ENGINE" in os.environ

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

atexit.register(
Expand Down

0 comments on commit 4eec24a

Please sign in to comment.