diff --git a/pyproject.toml b/pyproject.toml index 17baea82..aae0d8f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux' ] -requires-python = '>=3.10' +requires-python = '>=3.11' dependencies = [ 'PySide6>=6.8,<6.9' # Issue with TableView formatting in 6.9 ]