diff --git a/library/pythoncheck.py b/library/pythoncheck.py index 79b36701..954d812d 100644 --- a/library/pythoncheck.py +++ b/library/pythoncheck.py @@ -24,7 +24,7 @@ # Oldest / newest version supported MIN_PYTHON = (3, 9) -MAX_PYTHON = (3, 13) +MAX_PYTHON = (3, 14) def check_python_version():