diff --git a/src/genie_python/genie.py b/src/genie_python/genie.py index 590c8885..17a45238 100644 --- a/src/genie_python/genie.py +++ b/src/genie_python/genie.py @@ -47,7 +47,7 @@ print("\ngenie_python version " + VERSION) -SUPPORTED_PYTHON_VERSION = (3, 11, 6) +SUPPORTED_PYTHON_VERSION = (3, 11, 9) if sys.version_info[0:3] != SUPPORTED_PYTHON_VERSION[0:3]: message = ( "WARNING: genie_python only guarantees support for "